W
W
Web__Nikita032019-06-03 13:42:04
Python
Web__Nikita03, 2019-06-03 13:42:04

What database to use to deploy a telegram bot?

I know that sqlite3 is not suitable because heroku erases all records on restart. Since the bot is for educational purposes, I don’t want to pay for a full-fledged server. If there are other hosts, please tell me.
PS don't hit hard, this is my first telegram bot with a database

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Yakushenko, 2019-06-03
@Web__Nikita03

If you do not plan to store too much data and the number of requests will not be large, then you can try Google Firebase , there is a free plan.
Unless, of course, the presence of SQL is not critical for you.

D
Drakosh, 2019-06-03
@Drakosh

heroku has native Postgres, there is a limited free version. https://www.heroku.com/postgres

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question