mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-18 09:41:20 +00:00
Adjust the description of Database
This commit is contained in:
@ -73,7 +73,7 @@ pub use statement::{Statement, Binding, Value, State};
|
||||
/// A result.
|
||||
pub type Result<T> = ::std::result::Result<T, Error>;
|
||||
|
||||
/// Open a database.
|
||||
/// Open a connection to a new or existing database.
|
||||
#[inline]
|
||||
pub fn open<'l>(path: &std::path::Path) -> Result<Database<'l>> {
|
||||
Database::open(path)
|
||||
|
Reference in New Issue
Block a user