Skip to main content
Edited for a bit more information and cleanliness.
Source Link
doppelgreener
  • 7.3k
  • 7
  • 44
  • 69

You could use sqliteSQLite. Using SQLite, with it you can create databases in memory and on the hard storagedrive, and you don't need a giant DBMS like MySQL installed.

You could use sqlite, with it you can create databases in memory and on hard storage.

You could use SQLite. Using SQLite, you can create databases in memory and on the hard drive, and you don't need a giant DBMS like MySQL installed.

Source Link

You could use sqlite, with it you can create databases in memory and on hard storage.