G
Gerard Vignes
Does ruby have a default file-based database?
I know that I can setup sqlite3 and install the sqlite3-ruby gem, but I am looking for something built into the Ruby Standard Library.
I also know about CSV support in the standard library, but I am not sure if it how it compares to sqlite3 in performance and reliability.
Have I missed an option? Perhaps a no-sql file-based database?
I know that I can setup sqlite3 and install the sqlite3-ruby gem, but I am looking for something built into the Ruby Standard Library.
I also know about CSV support in the standard library, but I am not sure if it how it compares to sqlite3 in performance and reliability.
Have I missed an option? Perhaps a no-sql file-based database?