From 6b9a2cd1e31c13e44d9c744fd881b842d72b5f0c Mon Sep 17 00:00:00 2001 From: Brian Glusman Date: Fri, 15 Nov 2024 12:11:32 -0500 Subject: [PATCH] Update query-runners.md to mention Duckdbex --- guides/query-runners.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/query-runners.md b/guides/query-runners.md index 2be1e84..c50be76 100644 --- a/guides/query-runners.md +++ b/guides/query-runners.md @@ -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