Packages

🎂Cake 🐘PostgreSQL adapter which passes PreparedStatements to the pog library for execution written in Gleam.

Current section

Files

Jump to
cake_pog gleam.toml
Raw

gleam.toml

name = "cake_pog"
version = "1.2.0"
description = "🎂Cake 🐘PostgreSQL adapter which passes PreparedStatements to the pog library for execution written in Gleam."
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-cake-pog" }
# links = [{ title = "Website", href = "https://gleam.run" }]
gleam = ">= 1.10.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
cake = ">= 2.1.2 and < 3.0.0"
gleam_erlang = ">= 1.2.0 and < 2.0.0"
gleam_stdlib = ">= 0.61.0 and < 2.0.0"
pog = ">= 4.0.0 and < 5.0.0"
[dev-dependencies]
birdie = ">= 1.3.1 and < 2.0.0"
gleeunit = ">= 1.6.0 and < 2.0.0"
pprint = ">= 1.0.6 and < 2.0.0"