mirror of https://github.com/AMT-Cheif/drift.git
commit
ca67b8c4ed
|
@ -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.
|
||||
Inside your database class, this could look like the following:
|
||||
|
|
Loading…
Reference in New Issue