>>>>> "Alex O'Ree" <[email protected]>:

> I've used derby as a fast alternative to sqlite and postgres. It's been a
> reliable database over the years. Appreciate the hard work that went into
> it. It's also useful for unit testing for when I don't want to spin up a
> postgres image just for the tests.

I'm using derby for unit tests and dummy data versions of my apps (and
postgresql for production).

I picked derby over h2 back in 2016, since everybody else seemed to be
using h2 and since I knew people who had been working on derby.

Reply via email to