Packages

🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam.

Current section

Files

Jump to
cake_sqlight gleam.toml
Raw

gleam.toml

name = "cake_sqlight"
version = "1.2.0"
description = "🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam."
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-cake-sqlight" }
# links = [{ title = "Website", href = "https://gleam.run" }]
gleam = ">= 1.13.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
cake = ">= 2.2.0 and < 3.0.0"
gleam_stdlib = ">= 0.58.0 and < 2.0.0"
gleam_time = ">= 1.5.0 and < 2.0.0"
sqlight = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.2.6 and < 2.0.0"
gleeunit = ">= 1.3.0 and < 2.0.0"
pprint = ">= 1.0.4 and < 2.0.0"