Skip to content

Commit

Permalink
📝 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed Oct 22, 2024
1 parent 96a20b1 commit 29f9077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ SQL DSLs. This library aims to:
- Work out-of-the-box with PostgreSQL using
[Ecto](https://github.com/elixir-ecto/ecto_sql) or
[Postgrex](https://github.com/elixir-ecto/postgrex).
- Work out-of-the-box woth DuckDB using
[Duckdbex](https://github.com/AlexR2D2/duckdbex).

If you want to know more about AyeSQL:

Expand Down Expand Up @@ -403,6 +405,7 @@ their dependencies as well:

- Add `:ecto_sql` for `AyeSQL.Runner.Ecto` (default runner).
- Add `:postgrex` for `AyeSQL.Runner.Postgrex`.
- Add `duckdbex` for `AyeSQL.Runner.Duckdbex`.
- Add `:ecto_sql` and `:postgrex` for running queries using `Ecto` in a
`PostgreSQL` database.

Expand Down

0 comments on commit 29f9077

Please sign in to comment.