Files | Admin

Notes:

Release Name: 0.8.0

Notes: Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. Look in the examples/ directory to see * general usage * blob io * schema information * custom functions * custom aggregates * requiring ruby code from a database Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API.


Changes: == Enhancements * Add in support for obtaining limited schema information on temporary tables and indexes * Add support for returning the primary key columns of a table * Other miscellaneous items to support the ActiveRecord adapter