Apply pedantic error reporting from the Database #366
Reference in New Issue
Block a user
Delete Branch "visions__database-error-handling"
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?
All elements of unwrap and expect are now removed from the database code. I separated out regular errors from fatal errors and then got super pedantic about error reporting and error types, a la sled.rs.