API reference › @evolu/common › local‑first/Schema › kysely
const kysely: Kysely<unknown>;
Defined in: packages/common/src/local-first/Schema.ts:906
Kysely instance that only compiles queries to SQL. It never executes them; Evolu runs the compiled SQL itself.