mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-06 16:51:40 +00:00
Fix create_if_missing docs
This commit is contained in:
parent
0ed8e3f610
commit
bd1d9f45f3
@ -103,7 +103,7 @@ impl SqliteConnectOptions {
|
||||
/// Sets the [access mode](https://www.sqlite.org/c3ref/open.html) to create the database file
|
||||
/// if the file does not exist.
|
||||
///
|
||||
/// By default, a new file **will be** created if one is not found.
|
||||
/// By default, a new file **will not be** created if one is not found.
|
||||
pub fn create_if_missing(mut self, create: bool) -> Self {
|
||||
self.create_if_missing = create;
|
||||
self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user