TeamUltroid / Ultroid

Advanced Multi-Featured Telegram UserBot, Built in Python Using Telethon lib.
https://ultroid.tech
GNU Affero General Public License v3.0
2.8k stars 7.93k forks source link

Add postgreSQL as a database option #426

Closed iAkashPattnaik closed 11 months ago

iAkashPattnaik commented 11 months ago

Last time I used a Client connection and not a Pool connection. That was quite foolish of me. Well, nevertheless, this time it will work for sure as a Pool connection ensures if 1 connection dies, others will be there!

Free places to get PostgreSQL -

iAkashPattnaik commented 11 months ago
buddhhu commented 11 months ago

@iAkashPattnaik .