[ANN] activerecord-amalgalite-adapter 0.8.0 Released

J

Jeremy Hinegardner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,078
Latest member
MakersCBDBlood

Latest Threads

Top