TeamUltroid / Ultroid

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

Add postgreSQL as a database option #426

Closed iAkashPattnaik closed 1 year ago

iAkashPattnaik commented 1 year 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 1 year ago
buddhhu commented 1 year ago

@iAkashPattnaik .