Kinetic SQL
JSON →Kinetic SQL is a lightweight, type-safe Node.js client for PostgreSQL, MySQL, and SQLite, offering real-time subscriptions to database changes (INSERT, UPDATE, DELETE) without WebSockets. Version 3.0.4 is current and stable, with monthly releases. It features automatic TypeScript type generation from your database schema, built-in connection pooling, and a middleware API. Key differentiators include zero-config real-time events, a native NestJS module (KineticModule), and an RPC wrapper for stored procedures. Unlike traditional ORMs, it focuses on real-time reactivity and simplicity.
Resources
packagekinetic-sql ↗