Database export abstraction.
SQLite: VACUUM INTO or db.export(). Postgres: pg_dump via child_process.
Export the full database to a file at the given path.
Export the full database as raw bytes.
Database export abstraction.
SQLite: VACUUM INTO or db.export(). Postgres: pg_dump via child_process.