superdb
JSON →superdb is a Node.js database library for MySQL and PostgreSQL that provides a chainable query builder to avoid raw SQL splicing. Version 1.1.11 supports MySQL, PostgreSQL, Redis caching, and connection pooling. It offers methods like find, findOne, create, update, delete, and count, along with hooks for before/after operations. Differentiators include dynamic schema (no ORM models needed), fluent chain methods, and built-in cache support via Redis. The library is ESM-compatible and requires Node >= 6.0, but installation via GitHub URL is common for the latest changes.
Resources
packagesuperdb ↗