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

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