louischatriot / nedb

The JavaScript Database, for Node.js, nw.js, electron and the browser
MIT License
13.49k stars 1.03k forks source link

nedb in action #569

Open ackzell opened 6 years ago

ackzell commented 6 years ago

Hi there!

I wanted to share that I am creating a video series on how to build a desktop app using NW.js and Vue.

I chose to implement NeDB for the persistence layer and I'm very happy with the result so far 😄 If you wanted to watch quick videos on using the package I have some links for you:

Installing it / quick intro: https://youtu.be/ZA0xRxfbWb4

Initial setup: https://youtu.be/gdCGvfjHMMM

Persisting: https://youtu.be/VgqJUcbFdio

Removal: https://youtu.be/cJpx1XO4wQw

IndexDB vs External file https://youtu.be/xZHJ8w2SLtY https://youtu.be/oHz8Jkn-y64

Inspecting the db during removal of documents: https://youtu.be/ahBd5GGUauM

Cheers!

JamesMGreene commented 5 years ago

Thanks for sharing!