Packages

Simple pure gleam database agnostic migrations library for gleam

Current section

Files

Jump to
gleager gleam.toml
Raw

gleam.toml

name = "gleager"
version = "1.0.0"
description = "Simple pure gleam database agnostic migrations library for gleam"
licences = ["MIT"]
gleam = ">= 1.14.0"
[repository]
type = "github"
user = "soulsam480"
repo = "gleager"
links = [
{ title = "GitHub", href = "https://github.com/soulsam480/gleager" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.6.0 and < 3.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
pturso = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
sqlight = ">= 1.2.0 and < 2.0.0"