Skip to content

Commit 7d2aac7

Browse files
committed
adapters
1 parent 53d96ce commit 7d2aac7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,23 @@ gleam add cake
3434

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

37+
### Adapters
38+
39+
<!--
40+
- PostgreSQL on Erlang: [hexdocs.pm/cake_gleam_pgo](https://hexdocs.pm/cake_gleam_pgo)
41+
-->
42+
- SQLite on Erlang: [hexdocs.pm/cake_sqlight](https://hexdocs.pm/cake_sqlight)
43+
<!--
44+
- MariaDB on Erlang: [hexdocs.pm/cake_gmysql_mariadb](https://hexdocs.pm/cake_gmysql_mariadb)
45+
- MySQL on Erlang: [hexdocs.pm/cake_gmysql_mysql](https://hexdocs.pm/cake_gmysql_mysql)
46+
-->
47+
<!--
48+
TODO:
49+
- SQLite on WASM/JS https://sqlite.org/wasm
50+
- Postgres WASM via https://pglite.dev/
51+
-->
52+
53+
3754
## Usage
3855

3956
### Demos

0 commit comments

Comments
 (0)