Create a synchronous BbasStorage backed by a SQLite database via better-sqlite3.
better-sqlite3
Pass ':memory:' for an ephemeral in-process store (useful for testing) or a file-system path for persistent storage.
':memory:'
SQLite file path or ':memory:'. Default: ':memory:'
Maximum snapshots to retain per device. Default: 50
50
Create a synchronous BbasStorage backed by a SQLite database via
better-sqlite3.Pass
':memory:'for an ephemeral in-process store (useful for testing) or a file-system path for persistent storage.