
Reflection-free Kotlin Multiplatform infrastructure — ORM, hybrid search and in-memory store on every KMP target.
18
Type-safe ORM with expressive SQL DSL, typed predicates, catalog-scoped tables, transactions, joins and aggregations, migrations, reactive query flows, and Ktor-friendly server integration.
2
Arbitrary-precision decimal value type with java.math.BigDecimal-compatible semantics, value-equality, NaN/Infinity support, exact arithmetic, explicit scale-aware division, zero-dependency, and differential-tested fast small-significand path.
0
SQLite-in-browser bindings exposing a suspend-friendly connection API with execute/query/close, typed row reads, Worker RPC for off-thread hosting, and optional OPFS persistent storage.
0
Typed IndexedDB storage with schema, rows, indexed queries, migrations and change notifications; single-index range-scan engine, compiler-checked constraints, keyset pagination and native Blob handling.
0
Embedded in-memory datastore with Redis-flavoured commands, single API for embedded or remote backends, RESP/AOF persistence, change-feed for sync, pub/sub, TTL and binary values.
0
Embedded, reflection-free hybrid search engine combining HNSW-based vector ANN, BM25 full-text and RRF fusion; supports quantized storage, metadata filters, pluggable analyzers and compact binary persistence.