Documentation

Comprehensive documentation for SQLiteNow, covering everything from basic setup to advanced features.

Getting Started

If you’re new to SQLiteNow, start with our Getting Started guide to set up your first project.

Core Concepts

Schema Definition

Learn how to define your database schema using SQL files with SQLiteNow annotations.

Create Schema →

Querying Data

Learn how to write SELECT queries and retrieve data from your database.

Query Data →

Managing Data

Understand how to INSERT, UPDATE, and DELETE data in your database.

Manage Data →

Dynamic Fields

Understand how to embed nested objects, collections, or existing entities in your result models.

Dynamic Fields →

Initializing Data

Learn how to populate your database with initial data during creation.

Initialize Data →

Migration

Understand how to manage database schema changes over time.

Migration →

Platform Guides

Learn about platform-specific behavior and configuration tips.

Kotlin/JS Integration →

Kotlin/Wasm Integration →

Quick Navigation