Packages

Glibsql is a library for interacting with a hosted libSQL database such as [Turso](https://turso.tech).

Current section

Files

Jump to
glibsql src glibsql.app.src
Raw

src/glibsql.app.src

{application, glibsql, [
{vsn, "0.2.0"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Glibsql is a library for interacting with a hosted libSQL database such as [Turso](https://turso.tech)."},
{modules, [glibsql]},
{registered, []}
]}.