API reference › @evolu/common › Sqlite › getSqliteSnapshot
function getSqliteSnapshot(deps: SqliteDep): SqliteSnapshot;
Defined in: packages/common/src/Sqlite.ts:607
Captures a full SqliteSnapshot for testing and diagnostics.
The snapshot includes current SqliteSchema and all rows from every
discovered table. Table order follows schema.tables iteration order.