Create an IpStorage backed by a SQLite database via better-sqlite3.
better-sqlite3
Pass ':memory:' (the default) for an in-process store with no disk I/O, or a file-system path for persistent storage.
':memory:'
Path to the SQLite file, or ':memory:'. Default: ':memory:'
Maximum snapshots to retain per deviceId. Default: 50
50
Create an IpStorage backed by a SQLite database via
better-sqlite3.Pass
':memory:'(the default) for an in-process store with no disk I/O, or a file-system path for persistent storage.