Skip to content

Commit

Permalink
adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Oct 19, 2024
1 parent 53d96ce commit 7d2aac7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ gleam add cake

Further documentation can be found on [hexdocs.pm/cake](https://hexdocs.pm/cake).

### Adapters

<!--
- PostgreSQL on Erlang: [hexdocs.pm/cake_gleam_pgo](https://hexdocs.pm/cake_gleam_pgo)
-->
- SQLite on Erlang: [hexdocs.pm/cake_sqlight](https://hexdocs.pm/cake_sqlight)
<!--
- MariaDB on Erlang: [hexdocs.pm/cake_gmysql_mariadb](https://hexdocs.pm/cake_gmysql_mariadb)
- MySQL on Erlang: [hexdocs.pm/cake_gmysql_mysql](https://hexdocs.pm/cake_gmysql_mysql)
-->
<!--
TODO:
- SQLite on WASM/JS https://sqlite.org/wasm
- Postgres WASM via https://pglite.dev/
-->


## Usage

### Demos
Expand Down

0 comments on commit 7d2aac7

Please sign in to comment.