Generate typescript interface definitions from SQL database schema
Schemats is a TypeScript code generator that creates type definitions from existing PostgreSQL schemas. It helps developers working with raw SQL or query builders to maintain strong typing and avoid runtime errors. By analyzing database schemas, Schemats bridges the gap between relational databases and TypeScript-based applications.
Universal database layer for the client, server & mobile devices
Nano-SQL is a lightweight, cross-platform database that offers NoSQL and SQL-like querying for JavaScript applications, working both in-browser and server-side.