Ktorm is a lightweight and efficient ORM Framework for Kotlin directly based on pure JDBC. It provides strong-typed and flexible SQL DSL and convenient sequence APIs to reduce our duplicated effort on database operations. All the SQL statements, of course, are generated automatically. Ktorm is open source and available under the Apache 2.0 license. Please leave a star if you've found this library helpful.
Features
- No configuration files, no XML, no annotations, even no third-party dependencies, lightweight, easy to use
- Strong typed SQL DSL, exposing low-level bugs at compile time
- Flexible queries, fine-grained control over the generated SQLs as you wish
- Entity sequence APIs, writing queries via sequence functions such as filter, map, sortedBy, etc., just like using Kotlin's native collections and sequences
- Extensible design, write your own extensions to support more operators, data types, SQL functions, database dialects, etc.
- Documentation available
Categories
FrameworksLicense
Apache License V2.0Follow Ktorm
Other Useful Business Software
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Ktorm!