Good morning,
Is there a way to have MariaDB run in-memory? I mean, without changing the table engines.
I have my production code which needs to be persisted to disk, but for my unit tests, it would be great to have an in-memory DB.
I'm in the Java world and I've tried HSQLDB but its SQL implementation is way too different than that of MariaDB.