How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin
The main features of jasync-sql/jasync-sql are: Database & ORM Tools.
Open-source alternatives to jasync-sql/jasync-sql include: agrosner/dbflow — DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a… andrewoma/kwery. cashapp/sqldelight. cheptsov/kotlin-nosql. frankfarrell/dynamodb-utils. jetbrains/exposed — Kotlin SQL Framework.
DBFlow is an object-relational mapping library for Android that maps Java objects to SQLite databases. It serves as a persistence layer designed to reduce manual boilerplate code through automated database access and entity mapping. The project distinguishes itself with a type-safe query builder that uses a fluid interface to construct queries with compile-time checks. It provides transparent file-level encryption for securing sensitive data and a reactive wrapper that streams database changes to subscribers for real-time updates. Additional capabilities include asynchronous query execution