JavaScript ORM Support

ORM support is available via the following package (currently in a beta release):

This package enables using Kysely with PowerSync React Native and web SDKs.

It gives JavaScript developers the flexibility to write queries in either JavaScript/TypeScript or SQL, and provides type-safe imperative APIs.

Examples

See usage examples in the package Readme.

Further reading

See Using ORMs with PowerSync on our blog.

Last updated