mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-11 14:41:21 +00:00
Add a comment
This commit is contained in:
@ -102,6 +102,7 @@ impl Drop for Database {
|
||||
}
|
||||
}
|
||||
|
||||
/// Open a database.
|
||||
#[inline]
|
||||
pub fn open(path: &Path) -> Result<Database> {
|
||||
Database::open(path)
|
||||
|
Reference in New Issue
Block a user