What problem does it solve?
This Skill provides a comprehensive guide to using the Kronos ORM for database operations, addressing everything from defining data classes to performing CRUD operations and more.
Core Features & Use Cases
- Data Class Definition: Learn how to define data classes with KPojo annotations.
- CRUD Operations: Understand how to perform select, insert, update, delete, and upsert operations.
- Condition DSL: Explore the use of where, having, and on clauses for complex queries.
- Join Queries: Learn how to perform join queries for combining data from multiple tables.
- DDL Operations: Get guidance on creating, modifying, and deleting tables.
- Use Case: Imagine you need to create a new table in your database and define its schema. Use this Skill to learn how to do it efficiently with Kronos ORM.
Quick Start
Use the 'kronos-orm-guide' skill to understand how to define a data class for a user table with ID, name, and email fields.