Activerecord-amalgalite-adapter 0.8.0 Released

activerecord-amalgalite-adapter version 0.8.0 has been released.

gem install activerecord-amalgalite-adapter

http://copiousfreetime.rubyforge.org/activerecord-amalgalite-adapter/

This is that ActiveRecord adapter for the Amalgalite Database gem. The
Amalgalite gem embeds the SQLite database inside a ruby extensions.

Use Amalgalite as the database for your Rails projects:

config/database.yml:
development:
adapter: amalgalite
database: db/production.db

test:
    adapter: amalgalite
    database: db/test.db

development:
    adapter: amalgalite
    database: db/development.db

{{ Release notes for Version 0.8.0 }}

  • Initial public release