I'm looking for a tool (Java) which allows me to execute an mysql script into a virtual database (database in my RAM, Redis like). Do you have any clue on how to do that ?
Asked
Active
Viewed 92 times
0
-
Go through https://stackoverflow.com/questions/10692398/how-do-i-make-a-mysql-database-run-completely-in-memory and see if it helps... – S.K. Aug 03 '18 at 10:11
-
or if you're looking for embeddable in-memory DB engine have a look at HSQLDB. The SQL dialect is not 100% compatible with MySQL though. – bungrudi Aug 03 '18 at 10:21