The-Balance-FFXIV / libra

Moderation helper-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database connections

nonowazu opened this issue · comments

Having a database will let us store long-term, index-able data (such as audits, notes, configuration, etc).

One option I was going for was piccolo; it seems like the best way to use it would be to initialize an async connection pool. I normally go for sqlalchemy, but I feel like their docs are actually a tad confusing with regards to async pool.