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?