Skip to content
samhuk edited this page Oct 13, 2022 · 4 revisions

ts-pg-orm

ts-pg-orm is a Delightful Typescript PostgreSQL ORM.

Get started with ts-pg-orm by following the Getting Started guide.

What it is

ts-pg-orm is an ORM for Typescript and PostgreSQL. It enables you to perform CRUD operations on a PostgreSQL database by writing expressive Typescript queries, removing all of the guess-work and repetitious magic-string SQL from your application CRUD code.

What it is not

It is not a full-fat database management or migration system, or either capable of forming complex queries. It is mainly focused on one mission: solving the repetititous CRUD code problem.


If you found this package delightful, feel free to buy me a coffee

Overview

Home

Getting Started 🚀

Configuration

Data Types

Usage

Querying

Usage with existing pg Client

Testing Methodology

Integration Tests

Contributing

Overview

Clone this wiki locally