sqlite3
sqlite3 copied to clipboard
[Help] Questions migrating from sql.js
I'm currently migrating from sql.js to @db/sqlite and have a few questions:
- Is it possible to export the database as a buffer, like
db.export()in sql.js? - Can I check the size of the database, similar to
db.size()in sql.js? - What is the equivalent of
{ useBigInt: true }in sql.js for this library?