mirror of https://github.com/AMT-Cheif/drift.git
fix typo
This commit is contained in:
parent
03d3c837be
commit
ed06182dbf
|
@ -75,7 +75,7 @@ class MyDatabase extends _$MyDatabase {
|
||||||
// ...
|
// ...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exporting a databasee
|
## Exporting a database
|
||||||
|
|
||||||
To export a sqlite3 database into a file, you can use the `VACUUM INTO` statement.
|
To export a sqlite3 database into a file, you can use the `VACUUM INTO` statement.
|
||||||
Inside your database class, this could look like the following:
|
Inside your database class, this could look like the following:
|
||||||
|
|
Loading…
Reference in New Issue