PowerSync + MikroORM? #896
KazimirPodolski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MikroORM - arguably the most well-developed, stable and alive ORM for Node/Typescript - just released a new version where they decoupled from direct dependency on Node (but still uses some features in runtime via dynamic
import).As a full-stack dev currently utilizing PowerSync, I constantly notice how front-end part of my app is very naive about working with Sqlite / SQL in general (even with Kysely / Drizzle). I believe front-end could use many of back-end ORM goodies being available for years (decades?).
However, since I remember PowerSync using Sqlite in it's own way without classic tables schema, it might be non-trivial to implement a driver for MikroORM?
Maybe raw Sqlite tables can eable easy enough integration?
Beta Was this translation helpful? Give feedback.
All reactions