Skip to main content

src/telega_storage_postgres.app.src

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