Skip to main content

src/telega_storage_sqlite.app.src

{application, telega_storage_sqlite, [
    {vsn, "2.0.0"},
    {applications, [gleam_erlang,
                    gleam_json,
                    gleam_stdlib,
                    sqlight,
                    telega]},
    {description, "SQLite storage adapter for the Telega Telegram Bot Library"},
    {modules, [telega_storage_sqlite,
               telega_storage_sqlite@@main]},
    {registered, []}
]}.