SQL Schema Inspection for PostgreSQL
A strongly-typed postgres client for node.js
Bundled package of all the pgkit libraries
A zero-config PostgeSQL admin server, with schema inspection and autocomplete.
PostgeSQL migration tool
Automatically generates typescript types from SQL queries
A CLI to generate PostgeSQL schema diff scripts
CLI to interact with DatoCMS APIs
SQL Schema Inspection for PostgreSQL - Forked with semantic view comparison
CLI glue for managing a Drizzle schema with @pgkit/migrator and @pgkit/migra: generate schema.sql, diff to create migrations, run pgkit migrations.
Driver-agnostic repository primitives: hooks, Filter IR, operations, pagination, cache contract. Foundation for mongokit, sqlitekit, pgkit, and prismakit. Lean by design — no plugins ship here; each kit owns its own.
SQLite repository kit built on @classytic/repo-core — works with better-sqlite3 (Node) and expo-sqlite (React Native) via a pluggable driver interface.
PgKit module for NestJS
A CLI to generate PostgreSQL schema diff scripts - Forked with semantic view comparison