Default database in rails-2.1(Sqlite3)? why?

what is the advanstage of Sqlite3 over others ?

On Aug 11, 9:05 am, Pokkai D. [email protected]
wrote:

what is the advanstage of Sqlite3 over others ?

Assuming you’ve got sqlite3 installed (which it is by default on mac
os x for example) it’s really easy to get up and running (no mucking
around with another program to setup databases and so on).

Fred