awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

Awesome GitHub RepositoriesDatabase Integrations

Configurations and drivers for connecting to various production-grade database systems.

Distinguishing note: Focuses on production-grade database connectivity and compatibility settings.

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

Awesome Database Integrations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tooljet/tooljetAvatar ToolJet

    ToolJet/ToolJet

    38,027Vezi pe GitHub↗

    ToolJet is a low-code development platform designed for building and deploying internal business applications. It provides a visual interface where users can drag and drop components to design layouts, connect to various data sources, and execute custom logic. The platform is built on a containerized architecture, ensuring that applications remain portable and consistent across different cloud and server environments. The platform distinguishes itself through integrated artificial intelligence capabilities that assist in the generation of user interfaces, database schemas, and data queries fr

    Connects external databases using personal access tokens to synchronize information and perform operations across different platforms.

    JavaScriptai-app-builderdockerhacktoberfest
    Vezi pe GitHub↗38,027
  • drizzle-team/drizzle-ormAvatar drizzle-team

    drizzle-team/drizzle-orm

    34,835Vezi pe GitHub↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Provides native support for MySQL database connections.

    TypeScriptormtypescriptsql
    Vezi pe GitHub↗34,835
  • ityouknow/spring-boot-examplesAvatar ityouknow

    ityouknow/spring-boot-examples

    30,567Vezi pe GitHub↗

    This repository serves as a comprehensive collection of practical demonstrations and tutorials for building enterprise-ready Java applications using the Spring Boot framework. It provides structured guidance on core development topics, including the implementation of inversion-of-control containers, auto-configuration mechanisms, and convention-over-configuration patterns to simplify the assembly of complex systems. The project distinguishes itself by offering implementation patterns for diverse architectural requirements, such as microservices development, reactive programming models for hig

    Connects to relational and non-relational databases with support for advanced configurations like sharding.

    Javadockerdocker-composerfastdfs
    Vezi pe GitHub↗30,567
  • brettwooldridge/hikaricpAvatar brettwooldridge

    brettwooldridge/HikariCP

    21,120Vezi pe GitHub↗

    HikariCP is a high-concurrency JDBC connection pooling library for Java applications. It provides a reusable set of database connections to reduce the overhead of creating new connections for every request, enabling low-latency database access for applications handling large volumes of simultaneous requests. The project utilizes lock-free connection pooling and non-blocking data structures to ensure high performance. It includes specialized optimizations such as bytecode-optimized statement caching on the driver side to reduce SQL parsing overhead and proxy-based connection wrapping to track

    Provides the necessary configurations and drivers to integrate Hibernate with a high-performance connection pool.

    Javaconnection-poolhigh-performancejava
    Vezi pe GitHub↗21,120
  • jasontaylordev/cleanarchitectureAvatar jasontaylordev

    jasontaylordev/CleanArchitecture

    19,657Vezi pe GitHub↗

    This project is a comprehensive template for building enterprise-grade applications using clean architecture principles. It provides a structured foundation that decouples core business logic from infrastructure concerns, ensuring that domain entities remain independent of specific frameworks or database implementations. By utilizing a mediator-based request dispatching pattern, the system separates state-mutating commands from read-only queries, promoting a clean separation of concerns across the entire codebase. The architecture is organized into vertical slices, grouping related logic and

    Extends support for alternative database engines through configurable hosting integrations.

    Bicepangularaspnetcoreclean-architecture
    Vezi pe GitHub↗19,657
  • comet-ml/opikAvatar comet-ml

    comet-ml/opik

    17,787Vezi pe GitHub↗

    Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn

    Enables connectivity to existing production-grade database installations.

    Pythonevaluationhacktoberfesthacktoberfest2025
    Vezi pe GitHub↗17,787
  • alsotang/node-lessonsAvatar alsotang

    alsotang/node-lessons

    16,450Vezi pe GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    Teaches how to establish connections and operations for both NoSQL and SQL databases.

    JavaScriptjavascriptnodejs
    Vezi pe GitHub↗16,450
  • memorilabs/memoriAvatar MemoriLabs

    MemoriLabs/Memori

    15,358Vezi pe GitHub↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Provides configurations and drivers for connecting to various production-grade database systems.

    Pythonagentaiaiagent
    Vezi pe GitHub↗15,358
  • dotnet/efcoreAvatar dotnet

    dotnet/efcore

    14,587Vezi pe GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Integrates various database platforms through a consistent programming interface and provider-based architecture.

    C#aspnet-productc-sharpdatabase
    Vezi pe GitHub↗14,587
  • dodyg/practical-aspnetcoreAvatar dodyg

    dodyg/practical-aspnetcore

    10,382Vezi pe GitHub↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    Integrates database contexts within serverless functions to perform data operations.

    C#asp-net-coreaspnet-coreaspnetcore
    Vezi pe GitHub↗10,382
  • elie222/inbox-zeroAvatar elie222

    elie222/inbox-zero

    10,101Vezi pe GitHub↗

    Inbox Zero is an AI-powered email automation platform and inbox organizer. It uses large language models to automatically categorize, label, and archive emails, while providing a conversational interface for managing workflows and drafting responses through natural language. The project distinguishes itself by integrating real-time calendar availability into its drafting process and generating AI-summarized meeting briefings. It supports a pluggable AI provider interface with model fallback chains, allowing it to connect to various cloud or local LLM providers. Users can also control their in

    Integrates with managed Postgres and Redis services via environment variables for production data storage.

    TypeScriptaiemailgmail
    Vezi pe GitHub↗10,101
  • ljlm0402/typescript-express-starterAvatar ljlm0402

    ljlm0402/typescript-express-starter

    2,882Vezi pe GitHub↗

    This project is a production-ready foundation and boilerplate for building backend APIs using TypeScript and Express. It functions as an interactive scaffolder and starter kit that generates structured project directories, providing a base for REST API development. The toolkit includes a command-line interface for project generation, which uses templates and naming conventions to establish folder organization. It provides curated configurations for the development toolchain, including linters, bundlers, and testing frameworks. The project covers database and ORM integration through specific

    Offers a set of blueprints for connecting Express applications to various production-grade database drivers.

    TypeScriptdockereslintexpress
    Vezi pe GitHub↗2,882
  • jetzig-framework/jetzigAvatar jetzig-framework

    jetzig-framework/jetzig

    1,487Vezi pe GitHub↗

    Jetzig is a full-stack web framework built in the Zig programming language. It provides a structured environment for developing web applications and programmatic APIs by mapping incoming HTTP traffic directly to files on the filesystem. The framework distinguishes itself through a compile-time approach to template rendering, which ensures type safety and performance during the build phase. It manages application state and cross-cutting concerns through a middleware-based interception system and encrypted, session-based cookie storage. The platform includes integrated support for persistent d

    Provides integrated connectivity to external databases for persistent application state management.

    Zigzig-package
    Vezi pe GitHub↗1,487
  1. Home
  2. Data & Databases
  3. Database Integrations