Skip to content

Commit 9bf4416

Browse files
authored
docs(config.md): add sqlite as engine option (#2164)
1 parent 75ee59c commit 9bf4416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sql:
2929
Each mapping in the `sql` collection has the following keys:
3030

3131
- `engine`:
32-
- Either `postgresql` or `mysql`.
32+
- One of `postgresql`, `mysql` or `sqlite`.
3333
- `schema`:
3434
- Directory of SQL migrations or path to single SQL file; or a list of paths.
3535
- `queries`:

0 commit comments

Comments
 (0)