Getting Started
Add Sqkon to your project, create your first store, and learn what each platform needs to wire up. The pages in this section are intended to be read in order if you’re new — but each one stands alone if you only need a refresher.
- Installation — add the dependency from Maven Central.
- Quickstart — define a model, create a store, insert and query in under five minutes.
- Platform setup — Android, JVM, threading, and database location details.
- Serialization — the recommended
Jsondefaults and how to customize them.