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
·

3 repository-uri

Awesome GitHub RepositoriesJDBC Driver Loading

Runtime loading of Java Database Connectivity drivers to support additional database types.

Distinct from Dynamic Library Loading: Focuses on database drivers specifically, whereas dynamic library loading is a general system mechanism

Explore 3 awesome GitHub repositories matching operating systems & systems programming · JDBC Driver Loading. Refine with filters or upvote what's useful.

Awesome JDBC Driver Loading GitHub Repositories

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

    flyway/flyway

    9,844Vezi pe GitHub↗

    Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema changes to relational databases using SQL scripts and Java Database Connectivity to ensure environments remain consistent and reproducible. The tool tracks applied migration scripts in a dedicated metadata table to determine which updates require execution. It supports the synchronization of schema versions across multiple different database engines and provides integration for build systems and application frameworks to automate updates during software release processes. Capabili

    Implements dynamic loading of external JAR files to extend connectivity to diverse database engines.

    Javaauroracontinuous-deliverycontinuous-deployment
    Vezi pe GitHub↗9,844
  • jetbrains/exposedAvatar JetBrains

    JetBrains/Exposed

    9,255Vezi pe GitHub↗

    Kotlin SQL Framework

    Provides a unified abstraction over JDBC and R2DBC drivers for database-agnostic connectivity.

    Kotlindaokotlinorm
    Vezi pe GitHub↗9,255
  • apache/hiveAvatar apache

    apache/hive

    6,012Vezi pe GitHub↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Ships a JDBC driver that enables external applications to connect and run queries against Hive.

    Javaapachebig-datadatabase
    Vezi pe GitHub↗6,012
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Library Loading
  4. JDBC Driver Loading

Explorează sub-etichetele

  • Abstraction LayersUnified interfaces that translate between JDBC and R2DBC drivers and dialect-specific SQL syntax. **Distinct from JDBC Driver Loading:** Distinct from JDBC Driver Loading: focuses on the abstraction layer over multiple driver types, not just loading a single driver.