denodrivers / denodrivers/sqlite3
[Help] Questions migrating from sql.js
Open
- Dominant language
- TypeScript
- Stars
- 312
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I'm currently migrating from sql.js to @db/sqlite and have a few questions:
1. Is it possible to export the database as a buffer, like `db.export()` in sql.js?
2. Can I check the size of the database, similar to `db.size()` in sql.js?
3. What is the equivalent of `{ useBigInt: true }` in sql.js for this library?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.