JDBC Database
Simple SQL CRUD operations for any database.
KDB Class Overview
Dynamic and Precompiled SQL Support Offers flexibility to execute both dynamic and precompiled SQL statements, catering to a wide range of database interaction needs.
Versatile Data Retrieval Retrieve query results in multiple formats: - Java Format: Rows as ArrayList and columns as Java objects. - Serialized Formats: JSON, YAML, XML, CSV, or as a tabular string for enhanced compatibility and readability.
JDBC Class Shortcuts Provides convenient shortcuts for commonly used JDBC class names, simplifying database operations and reducing development effort.
Prerequisites
Example H2 Database
Last updated