fully asynchronous, pure JavaScript implementation of the Parquet file format
Requires sql files and export functions for querying via pg
PostgreSQL persistence adapter for go-go-scope - distributed locks and circuit breaker state
Type-safe MYSQL ORM and migration tool
plugin to pretty-print or minify XML, JSON, CSS and SQL files
A batteries-included Node.js API framework
CLI for PostgreSQL (Cloud SQL / Supabase): extract schema to files, deploy schema diffs, apply migrations, seed export.
Distributed nodejs polling lock using redis
Do
RLS/tenant-aware Postgres access for AI agents — list/describe schema, run read-only SQL, and NL→SQL with safety rails. MCP server.
lock server written in node.js
Maintained ODataV4 adapter. Supports SurrealDB.
[](https://github.com/vampirical/supple-sql/actions/workflows/validate.yml) [
SQL queries over raw FlatBuffer storage - zero conversion, real-time indexing, pure streaming
Concise SQL generation for Postgres and MySQL
Fastest full featured PostgreSQL client for Node.js
A library that provides autocompletion and errors highlighting for various database dialects
这是一个将sql文件直接转换为dao方法的工具,比目前使用的MyBatis或Hibernate或手写sql拼接代码更简单易用、直接,只需在sql文件中写可以运行的sql语句,再用daosql工具生成dao代码即可。 A tool to convert sql to dao method, easy to use than MyBatis and Hibernate, just write runnable sql, and use this tool to generate Dao class.