Entry of Ktorm framework, providing basic features of connection and transaction management.
Constructs strong-typed SQL DSL.
Provides entity sequence APIs.
Expression tree and SQL generation supports, providing expression node types, tree visitor, and SQL formatter.
Simple logging facade of Ktorm, provides adapters for variable logging frameworks.
Database schema supports, including table and column definition, column binding, and SQL types.
Provide a more concise DSL syntax based on a global database instance.
Jackson extension module for Ktorm, providing JSON serialization for entity objects and JSON SQL type.
MySQL dialect module for Ktorm.
Oracle dialect module for Ktorm.
PostgreSQL dialect module for Ktorm.
SQLite dialect module for Ktorm.
Microsoft SqlServer dialect module for Ktorm.