Skip to content

Commit

Permalink
docs(config.md): add sqlite as engine option (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanders committed Mar 24, 2023
1 parent 75ee59c commit 9bf4416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/config.md
Expand Up @@ -29,7 +29,7 @@ sql:
Each mapping in the `sql` collection has the following keys:

- `engine`:
- Either `postgresql` or `mysql`.
- One of `postgresql`, `mysql` or `sqlite`.
- `schema`:
- Directory of SQL migrations or path to single SQL file; or a list of paths.
- `queries`:
Expand Down

0 comments on commit 9bf4416

Please sign in to comment.