Skip to content

Commit

Permalink
Update query-runners.md to mention Duckdbex
Browse files Browse the repository at this point in the history
  • Loading branch information
bglusman authored Nov 15, 2024
1 parent 788a7aa commit 6b9a2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/query-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
the behaviour `AyeSQL.Runner`. This library ships with two runners already:

- `AyeSQL.Runner.Ecto`, (it's the default and assumes PostgreSQL is the database).
- `AyeSQL.Runner.Postgrex`.
- `AyeSQL.Runner.Postgrex`,
- `AyeSQL.Runner.Duckdbex`.

By default, AyeSQL uses the runner `AyeSQL.Runner.Ecto`. This runner only has
one option which is `:repo` for the repo module. Additionally, it converts the
Expand Down

0 comments on commit 6b9a2cd

Please sign in to comment.