README.md
# espresso_pgo_wrapper
[![Package Version](https://img.shields.io/hexpm/v/espresso_pgo_wrapper)](https://hex.pm/packages/espresso_pgo_wrapper)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/espresso_pgo_wrapper/)
Simple wrapper around gleam/pgo that does some very naive query building. Not inteded for use in
any real world applications.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add espresso_pgo_wrapper
```
and its documentation can be found at <https://hexdocs.pm/espresso_pgo_wrapper>.