Postgres

An SQL Database implementation supported on Heroku (alternative to sqlite3 and MySQL

Postgres (also called PostgreSQL) is an implementation on an SQL database.

Why would I choose Postgres over sqlite3 or MySQL?

Migrating a Rails app from sqlite3 to postgres

See this article: http://www.daveferrara1.com/ruby-in-rails-switch-from-sqlite3-to-postgres/

More on Postgres