A Java framework that provides one programming interface for working with many kinds of databases and data sources. It covers table changes, data changes, queries, metadata, transactions, and result processing while adapting database-specific SQL internally.
Expert guidance for better-drizzle repository work. Use whenever the user is building, refactoring, reviewing, debugging, documenting, or migrating code that uses better-drizzle, Drizzle delegates, plugins, transactions, pagination, filters, raw SQL, or performance-sensitive repository helpers. Also use when the task…
Design database schemas, write efficient SQL queries, create migrations, and optimize database performance. Use when working with databases, writing queries, or designing data models.
Use when Java/Kotlin code uses easy-query (often abbreviated as eq; EasyEntityQuery, EasyQueryClient, proxy DSL) or when migrating JPA/MyBatis to easy-query. Covers setup and missing Proxy troubleshooting, Spring Boot starter/config, CRUD and mutation APIs (insertable/updatable/deletable, onConflictThen…