By Mislav on 22 Dec 2007 in rails
The default database for development in Rails is SQLite3, which I personally think is great. Any Ruby developer (using Windows or any other OS) should have SQLite installed on their development environments. It only takes a minute.
C:\WINDOWS\system32 folder (or any other that is in your PATH);On Mac OS Leopard or later, you don’t have to! It comes pre-installed. You can upgrade it, if you absolutely need to, with Homebrew.