3 repository-uri
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.
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.
Kotlin SQL Framework
Provides a unified abstraction over JDBC and R2DBC drivers for database-agnostic connectivity.
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.