javascript - What database does electron app use?
黄舟
黄舟 2017-06-12 09:30:18
0
3
721

I want to use Electron to develop a desktop app, which requires data persistence.
The data to be stored is a document, and a copy is saved locally, and cloud synchronization is supported.

Now we have to develop the data storage function. I see that there are too many databases to choose from.
I hope you can recommend one, and it is best to talk about the specific solution.

Thank you

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all (3)
小葫芦

It is recommended to uselowdbfor simple data storage. This is a database engine based on json files, which is simple and easy to use.

    给我你的怀抱

    sqlLite
    or direct JSON (plus immutableJS too).

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!