How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
TypeScript clients for databases that prevent SQL Injection
An in memory postgres DB instance for your unit tests
The main features of oguimbal/pg-mem are: Database Utilities, Databases.
Open-source alternatives to oguimbal/pg-mem include: mlaanderson/database-js — Common Database Interface for Node. pkosiec/mongo-seeding — 🌱 The ultimate solution for populating your MongoDB database. forbeslindesay/atdatabases — TypeScript clients for databases that prevent SQL Injection. louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… nuveo/prest. tommybananas/finale — Create flexible REST endpoints and controllers from Sequelize models in your Express app.