README.md
# Cake SQL Query Builder for Gleam
An SQL query builder for Gleam for SQL dialects PostgreSQL, SQLite, MariaDB and MySQL
[
Version](https://img.shields.io/hexpm/v/cake)](https://hex.pm/packages/cake)
[](https://hexdocs.pm/cake/)


```shell
gleam add cake
```
Further documentation can be found at <https://hexdocs.pm/cake>.
## Examples
See cake's [tests](https://github.com/inoas/gleam-cake/tree/main/test/cake_test).
## Development
Helper commands:
```shell
bin/run-watchexec
bin/test
bin/glacier
bin/birdie/interactive-review
bin/birdie/accept-all
bin/birdie/reject-all
```