Merge pull request #2528 from fabiancrx/patch-1

fix typo
This commit is contained in:
Simon Binder 2023-07-21 20:19:21 +02:00 committed by GitHub
commit ca67b8c4ed
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: