Packages

Database-agnostic types and a composable SQL query builder for Gleam

Current section

Files

Jump to
based src based.app.src
Raw

src/based.app.src

{application, based, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A common interface for database backends"},
{modules, [based,
based@testing]},
{registered, []}
]}.