How to connect to h2-console or any other replit supported database

Need assistance to connect with h2-console or any other replit supported database

Hey @HariharNagaraja welcome to the forums!

What language are you using?

If you are using Python, you can use ReplitDB. Use this to install it: from replit import db, read this doc to learn more → https://docs.replit.com/hosting/databases/replit-database.

2 Likes