DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

3

What's your embedded database of choice?

For stability (i.e. ACID), it used to be SQLite. But SQLite has an issue that is bugging me -- case-insensitive LIKE (or case-sensitive only for ASCII).

Later on, I have found that h2 database which indeed (supposed to) can only normally run through JVM's JDBC, can also run in server mode, as well as there are bindings in Python and Node.js.

But I chose to code in JVM (using Kotlin)...

I also know that there is embedded Neo4j, only in JVM.

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay