You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add in a layer for
TGDB.get_api_with_context(ctx) that returns a TGapi object that is prepopulated with
the message context (from the bot) and the db server for that discord.
The api layer should host all TGDB convenience functions that wrap the tables, and allow calling SQLalchemy direct queries against the db.
The text was updated successfully, but these errors were encountered:
DB should be stored in a map per discord server.
Add in a layer for
TGDB.get_api_with_context(ctx) that returns a TGapi object that is prepopulated with
the message context (from the bot) and the db server for that discord.
The api layer should host all TGDB convenience functions that wrap the tables, and allow calling SQLalchemy direct queries against the db.
The text was updated successfully, but these errors were encountered: