We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d96ce commit 7d2aac7Copy full SHA for 7d2aac7
README.md
@@ -34,6 +34,23 @@ gleam add cake
34
35
Further documentation can be found on [hexdocs.pm/cake](https://hexdocs.pm/cake).
36
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
54
## Usage
55
56
### Demos
0 commit comments