From: "Bartosz Dziewoński" Date: 2012-04-04T06:43:49+09:00 Subject: Re: using hash as database? Secure databases with ruby? W dniu 3 kwietnia 2012 23:37 użytkownik ruby rocks napisał: > Okay it seems MySQL is the way to go then, but just want to confirm one > thing to make absolutely sure: I am talking about client side data > storage. The list of contacts and other information, is stored on the > client itself, not on a remote server. Do you still think that using a > MySQL database is appropriate for this? Last question I swear :) and > then I will get back to work using MySQL instead of trying to write my > own database system. If your data is simple and non-relational, there's no need for SQL. (Or for NoSQL, for that matter.) But then, your data *will* inevitably become relational as your application grows. ;) -- Matma Rex