mini-sql-db/ |--- lib/ | |--- storage.js # Creating JSON files to store data and run read/write operations | |--- schema.js # Table schema management and validation ...
sqlx4k is not an ORM. Instead, it provides a comprehensive toolkit of primitives and utilities to communicate directly with your database. The focus is on giving you control while catching errors ...