Skip to content
Jack edited this page Oct 7, 2021 · 2 revisions

There are many embedded database solutions that offer fast, reliable storage and are being used in a variety of projects, but we came across a number of pain points:

Embedded databases written in JS For use in web and Node based projects:

SQLite This has proven to be difficult to use in Webpack/Electron based projects due to the requirement of building native dependencies.

Clone this wiki locally