Microsoft-community / nanami

A modular Discord bot for the Microsoft community
1 stars 2 forks source link

Move from SQLite3 to PostgreSQL #10

Closed solwynn closed 4 years ago

solwynn commented 4 years ago

SQLite, while light and low-footprint, is a locking database. It was good when Nanami was a single-use bot, but this is no longer the case. Concurrency is a high priority addition as module size increases -- the dependency on low activity cannot be sustained infinitely.

solwynn commented 4 years ago

Resolved with 3ead91d9bbc7a76977bccfb8e5cc58c8e4cfc56b.