OSDG-IIITH / Discord-CAS

Tool for user verification via CAS on Discord servers.
0 stars 7 forks source link

Migrate from pymongo to motor mongo driver #21

Closed ankith26 closed 3 months ago

ankith26 commented 3 months ago

The motor mongo driver uses async operations for all database I/O

Because the discord bot is also asyncio based, this motor driver is better suited for this application as it can handle concurrent requests more efficiently and quickly.