mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-05 07:51:05 +00:00
Add a comment
This commit is contained in:
parent
af29001883
commit
dc41fa1f68
@ -102,6 +102,7 @@ impl Drop for Database {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Open a database.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn open(path: &Path) -> Result<Database> {
|
pub fn open(path: &Path) -> Result<Database> {
|
||||||
Database::open(path)
|
Database::open(path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user