Renderer of SQL documets used in [www.sqltabs.com](http://www.sqltabs.com)
Global CLI shim for sqldoc -- finds .sqldoc/ and delegates to project-local @sqldoc/cli
Core engine for sqldoc -- parser, loader, validator, types
PostgreSQL adapter for sqldoc (Node.js, uses postgres.js)
Database adapters and schema type re-exports for sqldoc
PGlite embedded PostgreSQL adapter for sqldoc (zero-config, in-memory)
TypeScript port of Atlas schema inspector for sqldoc
PostgreSQL Anonymizer namespace for sqldoc -- generates SECURITY LABEL statements
Validation namespace for sqldoc -- generates CHECK constraints
Comment namespace for sqldoc -- generates COMMENT ON statements
CLI tool for sqldoc -- compile and validate SQL files with tag-driven generation
Documentation namespace for sqldoc -- generates Markdown/HTML docs with Mermaid ER diagrams via Atlas CLI
MySQL adapter for sqldoc (Node.js, uses mysql2)
Code generation namespace for sqldoc -- runs configurable templates against compiled Atlas schema
Lint namespace for sqldoc -- @lint.ignore tag for suppressing lint rules
Audit namespace for sqldoc -- generates audit trigger functions and triggers
Deprecation namespace for sqldoc -- marks SQL objects as deprecated with COMMENT ON statements
Code generation templates for sqldoc -- 18 templates across 6 languages plus tagged template syntax helpers
History namespace for sqldoc -- generates history tables and triggers for change tracking
Row-Level Security namespace for sqldoc -- generates CREATE POLICY and ALTER TABLE statements
Neon serverless PostgreSQL adapter for sqldoc (drift detection against live Neon databases)
PostGraphile smart comments namespace for sqldoc -- generates COMMENT ON statements with @tag syntax
Temporal namespace for sqldoc -- generates valid_from/valid_to columns and SCD Type 2 triggers
MSSQL adapter for sqldoc (Node.js, uses mssql/tedious)
No description provided.
No description provided.