Packages

Database drivers for Gleam — SQLite, D1, and Turso with async transaction support

Current section

Files

Jump to
spaceship_db gleam.toml
Raw

gleam.toml

name = "spaceship_db"
version = "0.1.0"
target = "javascript"
description = "Database drivers for Gleam — SQLite, D1, and Turso with async transaction support"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-spaceship", repo = "spaceship_db" }
links = [{ title = "GitHub", href = "https://github.com/gleam-spaceship/spaceship_db" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
gleam_fetch = ">= 1.4.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"