SQL — independent software & tools
-
csvql
Local-first CSV analytics CLI powered by DuckDB — query, profile, validate, catalog, and export local CSVs.
-
sqlike
sqlike clients — CLI + MCP (thin remote clients for the sqlike SQL analyzer)
-
sqlike
MCP server and CLI for sqlike: deterministic SQL analysis and query-equivalence checking. Tokenizes locally, so your real table names and values never leave your machine.
-
creel
Fast, vim-driven SQL TUI for SQLite, MySQL, and PostgreSQL — written in Go.
-
DuckDBExcelAddin
Native Excel XLL add-in for DuckDB with parameter binding, async execution and Excel range table functions.
-
mcp-dataset-manager
Self-hosted platform to upload Excel/CSV, query with SQL via DuckDB, and let Claude analyze your data through a built-in MCP bridge. Vietnamese header normalization included
-
quarry
The database workbench built for the AI era — one safety-railed query kernel, many faces: CLI / GUI / MCP / agent skill. Pure stdlib.
-
better-sqlite3
The fastest and simplest library for SQLite in Node.js.
-
@duckdb/duckdb-wasm
DuckDB powered by WebAssembly
-
@electric-sql/pglite-tools
Tools for working with PGlite databases
-
knex
A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3
-
libpg-query
The real PostgreSQL query parser
-
mssql
Microsoft SQL Server client for Node.js.
-
@neondatabase/serverless
node-postgres for serverless environments from neon.com
-
pgsql-deparser
PostgreSQL AST Deparser
-
prisma
Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.
-
tedious
A TDS driver, for connecting to MS SQLServer databases.
-
csvql
SQL queries for CSV files. Ultra-fast CSV query engine in Zig with SIMD parsing and parallel execution. CLI: csvql.
-
demo-springboot-keycloak-auth-crud
🔐 Secure your API with this Spring Boot demo using Keycloak for authentication, user registration, role management, and CRUD operations.
-
trello-clone
Collaborate, manage projects and reach new productivity peaks.
-
drizzle-orm
Drizzle ORM package for SQL databases
-
duckdb
DuckDB node.js API
-
node-pg-migrate
PostgreSQL database migration management tool for node.js
-
pgsql-ast-parser
Yet another simple Postgres SQL parser/modifier
-
postgres
Fastest full featured PostgreSQL client for Node.js
-
sequelize
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
-
sql.js
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
-
sqlite3
Asynchronous, non-blocking SQLite3 bindings