nisnevich / discord-consensus-bot

A Discord bot for a consensus in decentralised organisations (e.g. DAO). Implements a lazy consensus and full consensus models.
MIT License
5 stars 4 forks source link

Implement ORM to use instead of raw SQL #1

Closed nisnevich closed 1 year ago

nisnevich commented 1 year ago

Implement ORM (such as SQLAlchemy) to abstract from SQL, which would be a more secure way to interact with the database.

nisnevich commented 1 year ago

Fixed by https://github.com/nisnevich/eco-discord-lazy-consensus-bot/pull/3, cudos @kiks12 !