discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

Database Support #107

Open Shivansh-007 opened 2 years ago

Shivansh-007 commented 2 years ago

Closes #55 Continuation of #65

This PR adds an async PostgreSQL setup with the help of tortoise-orm and aerich The following models have been added to the DB:

  1. Attachments
  2. Configurations
  3. Embeds
  4. Emojis
  5. Messages
  6. Tickets
  7. Stickers

TODO