ddl
Gets you a JSON Schema from PostgreSQL or SQLite3. Also supports arrays and default values. Use it for introspection or preparing your domain models like with Rails's Active Record.
Gets you a JSON Schema from PostgreSQL or SQLite3. Also supports arrays and default values. Use it for introspection or preparing your domain models like with Rails's Active Record.
Blazing Fast Prebuilt Sqlite3 Module Based Off Of Better-Sqlite3
Migrate (nested and multi-dimensional) json data to/from sqlite database with better-sqlite3-helper
A revamped version of Quick.db! More functions and weekly updates!
better-sqlite3 wrapper
Relational Database classes for Knex: TableGateway, DataMapper, etc...
Migrate all your things (not just databases)!
Intuitive SQL query builder and homogenous database interface.
A simple, interactive database created for facilitating data management
The fastest and simplest library for SQLite3 in Node.js.
An easy, non-locking, persistent better-sqlite3 wrapper designed to be easy to setup & utilize
The library that allows you to work with SQLite3 like with Maps. (key/value).
A batteries-included SQLLite query builder for Expo
A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser
A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser
A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser
A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser
A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser
A simple sqlite database that allows you to interact with databases with 0 knowledge.
Query a database (currently PostgreSQL or Sqlite3) for its schema — columns or attributes — and get their properties, such as name, type and default value in a common format. You can use this for e.g. introspection or preparing your domain models like Rai