Can't see Repl DB

I created a HTML repl for a project site and need to use the ReplDB for this project, however it simply does not show up in the tools section. I tried creating a python file, importing the library and assigning some values but it still wont show up. What do I do?

1 Like

Hey @guinep! Welcome to the community!

There is no Replit Database tool when using the HTML, CSS, JS Repl template, as it is a front-end template, which does not offer tools like Replit Database. You will need to use another template like Node.js or Python Flask to be able to use the database with your website, as they are back-end templates.

5 Likes