Besides SQLITE what other relational databases can we IMPORT in a Python script in replit?

besides SQLITE what other relational databases can we IMPORT in a Python script in replit?

You can use Replit DB (free), or Postgre (which costs money if you’re using Replit’s set up version). I think there’s a section in Replit Docs for Databases.

Edit: added info, thanks 9pfs1

1 Like

Replit’s service costs money, but you can run still postgres in a repl like normal without having to pay.

1 Like

How do you use postgres without the PostGresQL thing?

I think if you set it up yourself by hand it wouldn’t cost you. (except maybe egress if PQL accesses a server, idk)

2 Likes