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

Several PostgreSQL ORMs exist out there for the Javascript ecosystem, such as Prisma, MikroORM and TypeORM, however they each lack one or more desirable features such as full Typescript support, related data querying, paging on related data, paging on UPDATE and DELETE functions, etc.

Many NodeJS applications require PostgreSQL persistance. I thought that there needs to be a truly delightful and zero guess-work solution.

Overview

Home

Getting Started 🚀

Configuration

Data Types

Usage

Querying

Usage with existing pg Client

Testing Methodology

Integration Tests

Contributing

Overview

Clone this wiki locally