awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Database Engines · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesDatabase Engines

Underlying software components that manage data storage, retrieval, and indexing for various database models.

Explore 6 awesome GitHub repositories matching data & databases · Database Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines

Awesome Database Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    awesomeawesome-listlists
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    android-interview-questionsangularjs-interview-questionsawesome
  • toeverything/AFFiNE

    toeverything/AFFiNE

    63,081GitHubView on GitHub↗

    AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local dat

    TypeScriptappcrdteditor
  • pocketbase/pocketbase

    pocketbase/pocketbase

    56,221GitHubView on GitHub↗

    Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The

    Goauthenticationbackendgolang

Explore sub-tags

  • Canvas-Integrated DatabasesDatabase engines that map relational data to spatial canvas coordinates.
  • Cloud-Native DatabasesDatabase systems engineered specifically to leverage cloud infrastructure for elastic scaling, high availability, and managed service delivery.
  • Distributed DatabasesDatabase engines that distribute data across multiple physical or virtual nodes to ensure horizontal scalability and fault tolerance.
  • Document DatabasesDatabase engines that store, retrieve, and manage data in semi-structured formats like JSON, BSON, or XML documents.
Embedded Database RuntimesLightweight database engines designed to be integrated directly into an application process rather than running as a standalone server.
  • Embedded DatabasesRelational or key-value storage engines that run within the application process without requiring a separate server.
  • Graph DatabasesDatabase systems designed for storing and querying highly connected data using native graph structures.
  • Key-Value DatabasesEmbedded key-value storage engines supporting atomic transactions and state management.
  • Real-time DatabasesDatabase engines optimized for sub-millisecond latency and high-frequency updates to support time-sensitive application requirements.
  • SQL DatabasesRelational database engines supporting SQL queries.
  • SQLite DatabasesSelf-contained, serverless, and transactional SQL database engines that store the entire database as a single disk file.
  • Wide-Column StoresDistributed database systems optimized for storing and retrieving massive datasets using a wide-column storage model.