gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Setup Postgres database #93

Closed gustavwilliam closed 3 years ago

gustavwilliam commented 3 years ago

We need a database for the bot and the plan is to use Postgres.

RohanJnr commented 3 years ago

We can use asyncpg/sqlalchemy_aio for connecting to the database with the bot. Also, a docker-compose file to run the bot and the database in 2 containers.

92 can be the first feature that can use this database.

gustavwilliam commented 3 years ago

Sure thing! I haven't used that database manager, but I'll trust your judgement on that one, unless someone else has something to add.