rustsqlite
rustsqlite copied to clipboard
No way to get error string for sqlite3::open() failure
rustsqlite doesn't expose a way to query the database for the error message for the failure of creating the database since the binding closes the db handle, so Database::get_errmsg cannot be called. Also sqlite3_errstr is apparently not exposed.