If you are in the situation I was in when I first encountered this problem, you have a working front end (for me, it was a basic todo app) but you need to be able to store user data such as usernames, ...
SQLite can run using a single storage file, which is a normal file on the local disk. You can use this local version for simple storage when you don’t require the ...