DEV Community

Discussion on: Building a cross platform VueJS app with a local SQL database that can load data from a static csv file

Collapse
 
johnnymakestuff profile image
Jonathan P

Hi Fran! Actually I don't have much experience with docker, but notice that this SQL DB sits completely in the client. There is no server here. So if you run this in the browser, the DB lives in the vm of the browser (chrome or whatever the user uses), and if you build a cordova native app, it will use the native SQL adapters of android/ios, but still the data stays only on the client's device.
Is this what you meant?

Collapse
 
franwatafaka profile image
Fran Sosa • Edited

Ahhh it´s ok! no, i dont refer to this, but your answer was very clear. Thnks! =)

Thread Thread
 
johnnymakestuff profile image
Jonathan P

sweet :)