Hey Replit community,
I’m currently doing a project on web development, and for that purpose I need to store users’ information somewhere so it istn’t lost after the web session is ended. I did some research but couldn’t find any suitable database. Then I ran into Replit docs about the opportunity to import SQLite database or use Replit’s own integrated one right in repl, but this works only with SQL and Python. I need one to use with HTML/CSS/JS.
Is there any way to import a db into a local Python file and somehow transform data from JS or PHP (depending on method of getting users’ info) into the file? And if not, could you suggest any other way (preferably free and secure) to store this data?
Thanks!