awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • flyway/flywayAvatar de flyway

    flyway/flyway

    9,844Ver en 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
    Ver en GitHub↗9,844
  • jetbrains/exposedAvatar de JetBrains

    JetBrains/Exposed

    9,255Ver en GitHub↗

    Kotlin SQL Framework

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

    Kotlindaokotlinorm
    Ver en GitHub↗9,255
  • apache/hiveAvatar de apache

    apache/hive

    6,012Ver en 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
    Ver en GitHub↗6,012
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Library Loading
  4. JDBC Driver Loading

Explorar subetiquetas

  • 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.