Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.5% on proxy.golang.org
Top 9.0% forks on proxy.golang.org

proxy.golang.org : github.com/mr-linch/go-tg/tgb/session/sessionsql

Package sessionsql provides a SQL store for sessions. To interact with the database, the standard database/sql is used. Does not import or register any drivers, the user has to do it himself. Since database queries are not cross-platform, you need to explicitly specify which set to use. For example, if you are using PostgreSQL, you should manually init DB and pass the corresponding query set: See Variables section for more list of built-in query sets. Session can be created manually or automatically by calling Setup method (uses create table if not exisits):

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/mr-linch/go-tg/tgb/session/sessionsql
Keywords: api-bindings, bot-framework, go, golang, telegram-bot-api
License: MIT
Latest release: almost 2 years ago
First release: almost 2 years ago
Namespace: github.com/mr-linch/go-tg/tgb/session
Stars: 25 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago

    Loading...
    Readme
    Loading...