DEV Community

Discussion on: A stable alternative to SQLite for offline desktop app?

Collapse
 
adamgen profile image
Adam Genshaft

I’ll have to add on top of it that SQLite supports a very low load and sometime having 2 parallel requests will break it. Which also brings the testability issue - it’s nearly impossible to test with modern frameworks like jest.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

That's true. If one needs embedded, they should consider alternatives, like H2 SQL database.

Thread Thread
 
adamgen profile image
Adam Genshaft

Do you know of other databases that don't require any runtime? That's one of the big advantages of sqlite