rust-query
rust-query copied to clipboard
Add `Result` type for when opening database fails
I think the Config::open function should be fallible.
It might also make sense to change the API to distinguish between opening a database and creating a database.