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

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

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

10 रिपॉजिटरी

Awesome GitHub RepositoriesRelational

Database systems that store and query structured data using relational models to ensure integrity and consistency.

Explore 10 awesome GitHub repositories matching data & databases · Relational. Refine with filters or upvote what's useful.

Awesome Relational GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jackfrued/python-100-daysjackfrued का अवतार

    jackfrued/Python-100-Days

    183,425GitHub पर देखें↗

    This project is a comprehensive, day-by-day curriculum designed to guide learners through the Python programming language and its professional applications. The content spans from fundamental syntax and object-oriented design to advanced topics including database management, web development, data analysis, and machine learning. The curriculum is structured into distinct modules that cover practical software engineering practices, such as version control, containerization, and system architecture. It also provides resources for technical interview preparation and an analysis of career paths wi

    Learn to manage relational databases through SQL syntax tutorials and practical application integration techniques.

    Jupyter Notebook
    GitHub पर देखें↗183,425
  • denoland/denodenoland का अवतार

    denoland/deno

    107,110GitHub पर देखें↗

    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, network, and environment variables. The runtime natively supports modern web-standard APIs, ensuring consistent behavior and portability across different environments. What distinguishes Deno is its integrated approach to the software development lifecycle. It bundles essentia

    Enables persistent, transactional data storage through seamless integration with embedded relational database engines.

    Rustdenojavascriptrust
    GitHub पर देखें↗107,110
  • louislam/uptime-kumalouislam का अवतार

    louislam/uptime-kuma

    88,107GitHub पर देखें↗

    Uptime Kuma is a self-hosted monitoring platform designed to track the availability and performance of network services and websites. It functions as a centralized dashboard that executes asynchronous health checks on a scheduled interval, providing real-time visibility into infrastructure health and service uptime. The platform distinguishes itself through a dedicated notification engine that dispatches alerts across multiple third-party messaging services, alongside a public status page generator that allows users to communicate service health and historical metrics via custom domains. Its

    Utilizes a lightweight relational database to store monitoring configurations and historical uptime data locally.

    JavaScriptdockermonitormonitoring
    GitHub पर देखें↗88,107
  • django/djangodjango का अवतार

    django/django

    87,878GitHub पर देखें↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read

    Leverages advanced database-specific capabilities like JSON fields and array types for more flexible data modeling.

    Pythonappsdjangoframework
    GitHub पर देखें↗87,878
  • xingshaocheng/architect-awesomexingshaocheng का अवतार

    xingshaocheng/architect-awesome

    60,821GitHub पर देखें↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-performance software environments. The repository distinguishes itself by offering deep dives into core architectural concepts such as actor-based concurrency, aspect-oriented interception, and inversion-of-control containers. It emphasizes the practical application of distributed syst

    Maintain data integrity and consistency in transactional applications by leveraging established relational database models.

    GitHub पर देखें↗60,821
  • docmost/docmostdocmost का अवतार

    docmost/docmost

    19,049GitHub पर देखें↗

    Docmost is an open-source knowledge management system designed as a collaborative documentation platform for teams. It functions as an enterprise wiki that centralizes organizational information into structured, searchable workspaces, enabling users to create, organize, and share content through a hierarchical system of spaces and pages. The platform distinguishes itself by integrating artificial intelligence directly into the documentation lifecycle. It utilizes vector-based semantic search to allow for natural language queries across stored content and provides AI-assisted tools for draftin

    Organizes documentation into nested hierarchies using structured relational data models.

    TypeScriptconfluencedocumentationknowledge-base
    GitHub पर देखें↗19,049
  • graphile/postgraphilegraphile का अवतार

    graphile/postgraphile

    12,929GitHub पर देखें↗

    PostGraphile is an automated tool that converts a PostgreSQL database schema into a fully functional GraphQL API. It serves as a GraphQL execution engine and schema orchestrator, utilizing database schema introspection to retrieve strongly typed metadata directly from PostgreSQL. The project features a modular system for composing and standardizing GraphQL schemas through plugins, which manage naming conventions and connections. It includes a PostgreSQL query builder that constructs dynamic, SQL-injection-proof queries using tagged template literals. The system employs a declarative query pl

    Retrieves strongly typed database field details by querying official PostgreSQL system catalogs.

    TypeScript
    GitHub पर देखें↗12,929
  • yugabyte/yugabyte-dbyugabyte का अवतार

    yugabyte/yugabyte-db

    10,349GitHub पर देखें↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    Functions as a distributed relational database supporting complex SQL queries and standard relational datatypes.

    Ccloud-nativecppdatabase
    GitHub पर देखें↗10,349
  • codenotary/immudbcodenotary का अवतार

    codenotary/immudb

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

    immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It ensures verifiable database integrity by utilizing Merkle trees to generate membership and consistency proofs that detect unauthorized data alterations. The system employs a multi-model storage engine that unifies key-value, document, and relational data structures within a single immutable backend. It provides compatibility with the PostgreSQL wire protocol, allowing it to integrate with standard SQL clients, ORMs, and database tools. The project covers broad capabilities in

    Implements a relational storage model allowing structured data retrieval using SQL, including complex joins and window functions.

    Goauditablecompliancecryptographic
    GitHub पर देखें↗8,982
  • mariadb/serverMariaDB का अवतार

    MariaDB/server

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

    This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su

    Stores and queries structured data using relational models to ensure strict integrity and consistency.

    C++amazon-web-servicesdatabasefulltext-search
    GitHub पर देखें↗7,196
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Relational

सब-टैग एक्सप्लोर करें

  • PostgreSQL-Specific Features1 सब-टैगSupport for database-specific data types and functions.