Recipes

Curated patterns and implementation guides for solving common SQLiteNow scenarios.

Explore the guides

Serialization Strategies

Encode and decode lists, timestamps, and enums between Kotlin types and SQLite.

Serialization →

Reactive Flows

Keep your UI synchronized with database changes using the generated flow APIs.

Reactive Flows →

Inspection

Inspect generated schemas and iterate on SQL faster with persisted inspection databases.

Inspection →

Named Parameters

Ensure generated parameter types are inferred correctly for complex SQL expressions.

Named Parameters →

Complex Example

Walk through a multi-table view with nested results and dynamic field mapping best practices.

Complex Example →

Quick Navigation