This commit is contained in:
fabiancrx 2023-07-21 11:59:46 -04:00 committed by GitHub
parent 03d3c837be
commit ed06182dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: