demergent-labs / azle

A WebAssembly runtime for TypeScript and JavaScript on ICP
MIT License
190 stars 33 forks source link

Future Databases and ORMs #1773

Open lastmjs opened 1 month ago

lastmjs commented 1 month ago

We are focusing right now on a minimal set of database and ORM features to get people going. That will focus on SQLite with asm.js on the heap made stable with pre/post upgrade, and Drizzle and TypeORM as ORMs.

Here are some future things to do: