NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate
An in memory postgres DB instance for your unit tests
TypeScript clients for databases that prevent SQL Injection
The main features of forbeslindesay/atdatabases are: Database Utilities, Databases.
Open-source alternatives to forbeslindesay/atdatabases include: nuveo/prest. pkosiec/mongo-seeding — 🌱 The ultimate solution for populating your MongoDB database. louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… mlaanderson/database-js — Common Database Interface for Node. oguimbal/pg-mem — An in memory postgres DB instance for your unit tests. tommybananas/finale — Create flexible REST endpoints and controllers from Sequelize models in your Express app.