Allow callers to specify SQL options #65

Open
opened 2020-08-06 16:54:19 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:54:19 +00:00 (Migrated from github.com)

When opening or creating a database, we should set reasonable defaults (and allow consumers to override). In particular:

  • Foreign key support
  • Page size
  • Secure deletion
  • WAL configuration

See 01a471f604/Storage/ThirdParty/SwiftData.swift (L414) for one example.

When opening or creating a database, we should set reasonable defaults (and allow consumers to override). In particular: - [ ] Foreign key support - [ ] Page size - [ ] Secure deletion - [ ] WAL configuration See https://github.com/mozilla/firefox-ios/blob/01a471f60424224bc8db8f29f01c00cebb99f1ef/Storage/ThirdParty/SwiftData.swift#L414 for one example.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#65
No description provided.