SocksTheWolf / AntiScamBot

A Discord bot that shares ban lists of scammers across multiple Discord servers
https://scamguard.app/
MIT License
6 stars 3 forks source link

#7 Upserting to reduce database queries #43

Closed volcwolf closed 6 months ago

volcwolf commented 10 months ago

To optimize database calls, using an upsert instead of two seperate insert and update queries

SocksTheWolf commented 6 months ago

Thank you a bunch for your contribution! Unfortunately, this is no longer compatible with the new database drivers. Regardless, thank you for your efforts in optimization, they're super appreciated! Apologies that the refactor ended up making this obsolete :(

I look forward to any other contributions you make in the future!