Migrate data access to SQLite / Documents #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PostgreSQL is overkill for the amount of data used by this application. Convert the data access to use SQLite, using
BitBadger.Documents.Sqlite
for document access. Preferences should be moved to within the small group document.