Current section

Files

Jump to
based_sqlite gleam.toml
Raw

gleam.toml

name = "based_sqlite"
version = "3.0.0"
description = "A sqlite adapter for based"
gleam = "~> 1.0"
licences = ["Apache-2.0"]
repository = { type = "github", user = "stndrs", repo = "based_sqlite" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
sqlight = "~> 0.9"
based = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"