mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-22 15:42:14 +00:00
Fix a comment
This commit is contained in:
parent
068145028e
commit
e0e5d9198b
@ -13,7 +13,7 @@ pub struct Database<'l> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl<'l> Database<'l> {
|
impl<'l> Database<'l> {
|
||||||
/// Establish a database connect.
|
/// Open a database.
|
||||||
pub fn open(path: &Path) -> Result<Database<'l>> {
|
pub fn open(path: &Path) -> Result<Database<'l>> {
|
||||||
let mut raw = 0 as *mut _;
|
let mut raw = 0 as *mut _;
|
||||||
unsafe {
|
unsafe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user