[ANN] amalgalite 0.15.0 Released

J

Jeremy Hinegardner

amalgalite version 0.15.0 has been released.

http://copiousfreetime.rubyforge.org/amalgalite/

=== Description

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.

Amalgalite adds in the following additional non-default SQLite extension(s):

* {R*Tree index extension}[http://sqlite.org/rtree.html]

=== Installation

gem install amalgalite

{{ Release notes for Version 0.15.0 }}

=== Enhancements

* Update to sqlite 3.7.3
* Add the ability to load a table directly from a CSV file with Database#import_csv_to_table
* Convenience class for in memory databases added (MemoryDatabase)

=== Bug Fixes

* Unable to run specs from gem [GH-3]
 

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

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top