awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to forbeslindesay/atdatabases

Open-source alternatives to Atdatabases

30 open-source projects similar to forbeslindesay/atdatabases, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Atdatabases alternative.

  • louischatriot/nedblouischatriot का अवतार

    louischatriot/nedb

    13,540GitHub पर देखें↗

    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
    GitHub पर देखें↗13,540
  • tommybananas/finaletommybananas का अवतार

    tommybananas/finale

    187GitHub पर देखें↗

    Create flexible REST endpoints and controllers from Sequelize models in your Express app

    JavaScript
    GitHub पर देखें↗187
  • typicode/lowdbtypicode का अवतार

    typicode/lowdb

    22,469GitHub पर देखें↗

    Lowdb is a lightweight local data persistence library that manages application state as a JSON document. It functions as a database utility that stores information directly in local files or browser storage, removing the requirement for a dedicated database server or complex infrastructure. By treating stored data as standard objects and arrays, it provides a straightforward interface for managing application information. The library distinguishes itself through a modular adapter-based architecture that decouples data manipulation from the underlying storage medium. This design allows for the

    JavaScriptdatabaseelectronembeddable
    GitHub पर देखें↗22,469
  • mlaanderson/database-jsmlaanderson का अवतार

    mlaanderson/database-js

    79GitHub पर देखें↗

    Common Database Interface for Node

    JavaScript
    GitHub पर देखें↗79

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • oguimbal/pg-memoguimbal का अवतार

    oguimbal/pg-mem

    2,341GitHub पर देखें↗

    An in memory postgres DB instance for your unit tests

    TypeScript
    GitHub पर देखें↗2,341
  • pkosiec/mongo-seedingpkosiec का अवतार

    pkosiec/mongo-seeding

    562GitHub पर देखें↗

    🌱 The ultimate solution for populating your MongoDB database.

    TypeScript
    GitHub पर देखें↗562
  • nuveo/prestN

    nuveo/prest

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ak-coram/cl-duckdbak-coram का अवतार

    ak-coram/cl-duckdb

    52GitHub पर देखें↗

    Common Lisp CFFI wrapper around the DuckDB C API

    Common Lisp
    GitHub पर देखें↗52
  • aerospike/aerospike-client-nodejsaerospike का अवतार

    aerospike/aerospike-client-nodejs

    207GitHub पर देखें↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    GitHub पर देखें↗207
  • 40ants/cl-prevalence40ants का अवतार

    40ants/cl-prevalence

    35GitHub पर देखें↗

    In memory database system for Common Lisp

    Common Lisp
    GitHub पर देखें↗35
  • alpacahq/marketstoreA

    alpacahq/marketstore

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • anant/awesome-cassandraAnant का अवतार

    Anant/awesome-cassandra

    319GitHub पर देखें↗

    A curated list of the best resources in the Cassandra community.

    HTMLapacheawesomeawesome-list
    GitHub पर देखें↗319
  • andizzle/rwdbandizzle का अवतार

    andizzle/rwdb

    21GitHub पर देखें↗

    Database wrapper that manage read write connections

    Go
    GitHub पर देखें↗21
  • aosasona/migrantaosasona का अवतार

    aosasona/migrant

    20GitHub पर देखें↗

    Database migrations for SQLite in Gleam

    Gleam
    GitHub पर देखें↗20
  • allegro/bigcacheallegro का अवतार

    allegro/bigcache

    8,140GitHub पर देखें↗

    Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It functions as a memory-optimized cache capable of storing gigabytes of data while maintaining low latency during high-volume operations. The system avoids garbage collection overhead by managing memory through large byte arrays and manual allocation. It utilizes a circular-buffer layout to reuse space and lock-striped sharding to reduce contention during concurrent read and write access. The project provides capabilities for high-volume in-memory caching and low-latency data retrieva

    Go
    GitHub पर देखें↗8,140
  • alasql/alasqlA

    AlaSQL/alasql

    7,278GitHub पर देखें↗

    AlaSQL is a JavaScript SQL database engine that allows for the filtering, grouping, and joining of in-memory object arrays and JSON data. It functions as an in-memory SQL database and client-side data processor, enabling the execution of SQL statements against JavaScript arrays and external data sources in both browser and server environments. The project serves as a universal data query tool capable of performing relational joins across diverse sources, such as merging Google Spreadsheets, SQLite files, and remote APIs into a single result set. It also acts as an IndexedDB SQL wrapper, allow

    JavaScript
    GitHub पर देखें↗7,278
  • achristmascarl/rainfrogachristmascarl का अवतार

    achristmascarl/rainfrog

    4,855GitHub पर देखें↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rustdatabase-managementmysqlpostgresql
    GitHub पर देखें↗4,855
  • authzed/spicedbauthzed का अवतार

    authzed/spicedb

    6,781GitHub पर देखें↗

    SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable database for storing and querying fine-grained authorization relationships, implementing a consistency model inspired by Google Zanzibar to manage access rights across large-scale applications. The system uses a dedicated schema language to define the rules and logic governing how relationships translate into permissions independently of application code. It functions as a pluggable authorization engine that persists relationship tuples in external relational databases such as Postgr

    Go
    GitHub पर देखें↗6,781
  • automattic/mongooseAutomattic का अवतार

    Automattic/mongoose

    27,479GitHub पर देखें↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    JavaScript
    GitHub पर देखें↗27,479
  • balderdashy/waterlinebalderdashy का अवतार

    balderdashy/waterline

    5,392GitHub पर देखें↗

    Waterline is an adapter-based database library and object relational mapper for Node.js. It serves as a multi-database persistence layer that translates standard method calls into specific queries for both SQL and NoSQL databases. The library provides a unified interface for managing data across different stores, including MySQL, PostgreSQL, MongoDB, and Microsoft SQL Server. This architecture allows for the integration of multiple database backends within a single application and facilitates database vendor migration by changing adapters without altering business logic. The project covers r

    JavaScript
    GitHub पर देखें↗5,392
  • bdash-app/bdashbdash-app का अवतार

    bdash-app/bdash

    1,516GitHub पर देखें↗

    Simple SQL Client for lightweight data analysis.

    TypeScriptelectronjavascriptsql
    GitHub पर देखें↗1,516
  • beekeeper-studio/beekeeper-studiobeekeeper-studio का अवतार

    beekeeper-studio/beekeeper-studio

    22,030GitHub पर देखें↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    GitHub पर देखें↗22,030
  • bluele/gcachebluele का अवतार

    bluele/gcache

    2,731GitHub पर देखें↗

    An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

    Go
    GitHub पर देखें↗2,731
  • boltdb/boltboltdb का अवतार

    boltdb/bolt

    14,642GitHub पर देखें↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Go
    GitHub पर देखें↗14,642
  • bookshelf/bookshelfbookshelf का अवतार

    bookshelf/bookshelf

    6,352GitHub पर देखें↗

    Bookshelf is a JavaScript ORM for Node.js that provides a structured way to define and interact with database models. It centers on a model-driven approach where developers register models, define their relations, and manage data persistence through a consistent interface. The library distinguishes itself through its comprehensive handling of model relationships and data transformations. It supports defining one-to-one, one-to-many, many-to-many, and polymorphic associations, with the ability to eager load related models in a single query to avoid performance pitfalls. Bookshelf also automate

    JavaScript
    GitHub पर देखें↗6,352
  • brianc/node-postgresbrianc का अवतार

    brianc/node-postgres

    13,155GitHub पर देखें↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    JavaScriptlibpqnode-postgrespostgres
    GitHub पर देखें↗13,155
  • c4pt0r/mcp-server-tidbc4pt0r का अवतार

    c4pt0r/mcp-server-tidb

    23GitHub पर देखें↗

    mcp server for tidb

    Python
    GitHub पर देखें↗23
  • chdb-io/chdbchdb-io का अवतार

    chdb-io/chdb

    2,694GitHub पर देखें↗

    chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse

    Pythonchdbclickhouseclickhouse-database
    GitHub पर देखें↗2,694
  • chrislusf/vastochrislusf का अवतार

    chrislusf/vasto

    263GitHub पर देखें↗

    A distributed key-value store. On Disk. Able to grow or shrink without service interruption.

    Godistributed-storagekey-valuereplication
    GitHub पर देखें↗263
  • attic-labs/nomsattic-labs का अवतार

    attic-labs/noms

    7,422GitHub पर देखें↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Go
    GitHub पर देखें↗7,422