albertopoljak / Licensy

Discord bot that manages expiration of roles with subscriptions!
Other
58 stars 29 forks source link

Possible integration with external database? #15

Closed includes08 closed 2 years ago

includes08 commented 3 years ago

As the title says, i would love to just use a external db then a sqlite file. Would it be possible to implement this?

albertopoljak commented 3 years ago

The rewrite branch is using TortoiseORM, an async ORM that supports SQLite, MySQL and Postgres. The branch is not finished yet tho.