schafezp / karmabot

A telegram bot designed for group chats to allow users to upvote and downvote content similar to reddit.
https://schafezp.github.io/karmabot/
MIT License
6 stars 1 forks source link

Use PonyORM to accces Postgres #24

Open schafezp opened 6 years ago

schafezp commented 6 years ago

PonyORM is an object relational mapping that works to call sql code from python. This should clean up a bunch of the pseudo-ORM code that is currently implemented.