rulvar API reference / @rulvar/store-sqlite
@rulvar/store-sqlite
Classes
| Class | Description |
|---|---|
| SqliteStore | @rulvar/store-sqlite: SqliteStore implementing JournalStore and LeasableStore with fencing epochs over the builtin node:sqlite driver; the reference implementation for community stores (M5-T02). Requires a Node.js with node:sqlite available (unflagged in the 22.13+/23.4+ lines). |
Interfaces
| Interface | Description |
|---|---|
| SqliteStoreOptions | @rulvar/store-sqlite: SqliteStore implementing JournalStore and LeasableStore with fencing epochs over the builtin node:sqlite driver; the reference implementation for community stores (M5-T02). Requires a Node.js with node:sqlite available (unflagged in the 22.13+/23.4+ lines). |
Variables
| Variable | Description |
|---|---|
| DEFAULT_LEASE_TTL_MS | Appendix A interim reference for the sqlite store. |