generated from MisterPea/template-node-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently db.pragma are baked into the package:
db = new Database(dbPath);
db.pragma('journal_mode = WAL');
db.pragma('synchronous = NORMAL');
db.pragma('busy_timeout = 3000');Ï
This can be limiting for users that require more durability or need to adhere to a certain level of compliance.
The details of these changes are cataloged here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request