tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
289 stars 37 forks source link

Refactor sqlite3.ts to just call the rust versions of the fn directly #122

Open LucioFranco opened 1 year ago

LucioFranco commented 1 year ago

We should remove all the logic in sqlite3.ts so that it just calls its rust counter parts. That way we can centralize error messages and logic.