First page Back Continue Last page Overview Text

Notes:


In the beginning, ruby had no database adapters.

However, soon after ruby was created, programmers wanted to use ruby to interact with SQL databases to increase their productivity.

So they wrote database adapters, such as the ruby-postgres adapter, originally written by Matz himself.