Ask EJS: What's your opinion on LevelDB?
▼8 up and 0 down, posted by
8 up and 0 down, posted by
Hello Community, I’m currently investigating databases that one could use in an Electron app and stumbled upon LevelDB. (Relations are not necessary, since I can do that in my business logic.) There are some things that are quite compelling: - developed by Google - it is the backend for IndexedDB in Chrome - good ecosystem of third party modules However, I’m still not solved on it. Has someone used it in a medium to large JavaScript project and can write a sentence or two about it? Thanks in advance.