Current section
Files
Jump to
Current section
Files
gleam.toml
name = "lode_sql"
version = "0.1.0"
description = "The SQL layer for lode: a parameterized SQL renderer, the PostgreSQL adapter (via pog), hand-authored migrations with a CLI, schema-first codegen, and a spec-vs-database drift checker."
licences = ["Apache-2.0"]
repository = { type = "github", user = "blakedietz", repo = "lode_sql" }
# Conventional-Commits-driven releases: `gleam run -m version_bump -- --dry-run`
# (real runs need HEXPM_API_KEY + GITHUB_TOKEN). initial_development keeps
# releases in 0.x (breaking changes bump the minor) until a 1.0.0 is cut by hand.
[tools.version_bump]
initial_development = true
plugins = ["commit-analyzer", "release-notes-generator", "hex", "git", "github"]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
lode = ">= 0.1.0 and < 1.0.0"
pog = ">= 4.1.0 and < 5.0.0"
gleam_time = ">= 1.0.0 and < 2.0.0"
dee = ">= 1.0.0 and < 2.0.0"
sqlight = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
version_bump = ">= 0.2.0 and < 1.0.0"