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.4.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" }
gleam = ">= 1.14.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENCE", path = "licence.html", source = "LICENCE" },
]
[dependencies]
cake = ">= 2.0.0 and < 4.0.0"
gleam_erlang = ">= 1.2.0 and < 2.0.0"
gleam_stdlib = ">= 0.71.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"