postgres-gen-dao
JSON →A simple DAO library for PostgreSQL built on postgres-gen and pg, providing basic CRUD operations with automatic marshalling between objects and tables. Current stable version is 0.18.2 (mature, infrequent releases). Key differentiators: uses promise-based query methods compatible with generators, supports object-relation mapping with automatic ID and timestamp handling, offers a ql query language for referencing multiple DAO tables in SQL, and includes upsert functionality that determines insert vs update based on record state. Minimal dependencies and simple API focused on reducing boilerplate for common patterns.
Resources
packagepostgres-gen-dao ↗