Packages

PostgreSQL utilities for Gleam with type-safe query helpers

Current section

Files

Jump to
dream_postgres gleam.toml
Raw

gleam.toml

name = "dream_postgres"
version = "1.0.2"
description = "PostgreSQL utilities for Gleam with type-safe query helpers"
licences = ["MIT"]
repository = { type = "github", user = "TrustBound", repo = "dream" }
links = [
{ title = "Documentation", href = "https://hexdocs.pm/dream_postgres" },
{ title = "GitHub", href = "https://github.com/TrustBound/dream" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 0.30.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
pog = ">= 4.0.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"