Pongo allows you to use MongoDB-like syntax on a PostgreSQL backend, taking advantage of the strong consistency and advanced querying capabilities of PostgreSQL. It leverages the JSONB format for improved performance and storage efficiency. Pongo is installed via npm and can be used with explicit typing or a MongoDB-compliant shim, translating MongoDB operations into native PostgreSQL queries.

5m read timeFrom github.com
Post cover image
Table of contents
Getting StartedExampleHow does it work?Is Pongo an ORM?Is it production ready?
2 Comments

Sort: