Skip to content

Commit

Permalink
Update SqliteConnection document
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg committed Feb 11, 2025
1 parent f238fde commit faeac17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diesel/src/sqlite/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ impl Connection for SqliteConnection {
/// make sure to read the following notes:
///
/// * The database is stored in memory by default.
/// * Persistent VFS (Virtual File Systems) is optional, see <https://github.com/Spxg/sqlite-wasm-rs/blob/master/VFS.md>
/// * Persistent VFS (Virtual File Systems) is optional,
/// see <https://github.com/Spxg/sqlite-wasm-rs/blob/master/VFS.md> for details
fn establish(database_url: &str) -> ConnectionResult<Self> {
let mut instrumentation = DynInstrumentation::default_instrumentation();
instrumentation.on_connection_event(InstrumentationEvent::StartEstablishConnection {
Expand Down

0 comments on commit faeac17

Please sign in to comment.