scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
543 stars 182 forks source link

Adding asqlite to options for the sql features #206

Closed DestructiveBeastro closed 1 month ago

DestructiveBeastro commented 1 year ago

Request

The current SQL feature only supports (iirc) PostgreSQL and MySQL but I haven't seen SQLite and wondered if you were planning to implement it in the near future or if you don't want to.

scarletcafe commented 1 year ago

I don't see why not.

rtk-rnjn commented 1 year ago

Any update?

scarletcafe commented 1 year ago

210 is merged in and while I don't really use SQLite in bots to audit it I'd appreciate it if you could let me know if it works for you (you need to install master)

scarletcafe commented 1 month ago

Because there are no further comments on this, and the mentioned PR is now in the release, I'm going to assume everything works.