curtisf / logger

Loggerbot version 3, the Discord bot serving nearly 24 million users.
https://logger.bot
GNU General Public License v3.0
374 stars 131 forks source link

add multi db #25

Closed alphaleadership closed 3 years ago

alphaleadership commented 3 years ago

quick.db

Gideon-Foxo commented 3 years ago

What

alphaleadership commented 3 years ago

add suport of quick.db node module

SUPERCHIEFYT commented 3 years ago

I doubt there will be support for quick.db - postgres is the main database that's used, on the exe branch it's converted to sqlite3 but it's way outdated.

However you could fork the repo and switch to quick.db in your fork.

curtisf commented 3 years ago

I see the appeal, but it's an enormous amount of effort to convert everything database over to quickdb and maintain it. As said above, I don't think I will have the time or ability to implement/maintain this. Maybe if anything, a future rewrite can use Knex for multi db support.