So the million question

Question: Does Replit offers a MySQL connection for our projects?

Repl link/Link to where the bug appears:

Screenshots, links, or other helpful context:

code snippet

Hi @IgnacioVirel !
I believe PostgreSQL is a paid feature on replit, and sqlite3 is an available module on Python. So is sqlalchemy, I believe.

1 Like

MYSQL is not available on Replit.
Replit has 2 different databases available for all accounts:

  1. Replit DB - https://docs.replit.com/hosting/databases/replit-database
  2. SQL Lite DB - https://docs.replit.com/hosting/databases/sqlite-on-replit

PostgreSQL on Replit is a paid feature - https://docs.replit.com/hosting/databases/postgresql-on-replit

3 Likes