awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mlaanderson avatar

mlaanderson/database-js

0
View on GitHub↗
79 stars·17 forks·JavaScript·MIT·10 views

Database Js

Common Database Interface for Node

Features

  • Database Utilities - JDBC-like wrapper for multiple databases.
  • Databases - JDBC-like database connection wrapper.

Star history

Star history chart for mlaanderson/database-jsStar history chart for mlaanderson/database-js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Database Js

These projects share indexed features with Database Js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • louischatriot/nedblouischatriot avatar

    louischatriot/nedb

    13,540View on GitHub↗

    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

    JavaScript
    View on GitHub↗13,540
  • nuveo/prestN

    nuveo/prest

    0View on GitHub↗
    View on GitHub↗0
  • forbeslindesay/atdatabasesForbesLindesay avatar

    ForbesLindesay/atdatabases

    633View on GitHub↗

    TypeScript clients for databases that prevent SQL Injection

    TypeScript
    View on GitHub↗633
  • oguimbal/pg-memoguimbal avatar

    oguimbal/pg-mem

    2,341View on GitHub↗

    An in memory postgres DB instance for your unit tests

    TypeScript
    View on GitHub↗2,341
Compare all 30 related projects→

Frequently asked questions

What does mlaanderson/database-js do?

Common Database Interface for Node

What are the main features of mlaanderson/database-js?

The main features of mlaanderson/database-js are: Database Utilities, Databases.

Which projects share features with mlaanderson/database-js?

Projects with overlapping indexed features include: nuveo/prest. 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… 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.