Expand description
Database schema definitions.
Contains SQL schema and migration logic for the RLM SQLite database.
Structs§
- Migration
- Migrations from older schema versions.
Constants§
- CHECK_
SCHEMA_ SQL - SQL to check if schema is initialized.
- CURRENT_
SCHEMA_ VERSION - Current schema version.
- GET_
VERSION_ SQL - SQL to get schema version.
- MIGRATIONS
- Available migrations.
- SCHEMA_
SQL - SQL schema for initial database setup.
- SET_
VERSION_ SQL - SQL to set schema version.
Functions§
- get_
migrations_ from - Gets migrations needed to upgrade from a version.