I'm creating a Chrome Extension that needs to store some data for each user in a database .. for this, I used first Java Servlets to connect to a MySQL database and use it, but it's not very adequat in my case : I want to store the client data in a client database, not in the server.
I googled that looking for a solution and I found a lot of technologies that provide that, but I am still confused with all the results I got. Can anyone help me in this ? I need some advices.
Thank you very much in advance.