Refactor the IDatabase calls to write directly to the database #268
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?
With the completion of #248 it is no longer necessary to write the entire database file on each modification. In this issue, refactor all database updates such that it is not longer necessary to drop and re-create tables on every write.