First page Back Continue Last page Overview Text

Notes:


In the beginning, well, ruby had no database adapters.

But after a while, people wanted to use ruby to interact with SQL databases, so they wrote adapters specific to each database, such as the ruby postgres adapter, originally written by Matz himself.

These adapters allowed programmers to use ruby to increase their productivity, but they had a few shortcomings.