[ANN] amalgalite 1.1.1 Released

J

Jeremy Hinegardner

amalgalite version 1.1.1 has been released.

http://www.copiousfreetime.org/projects/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
* full text search

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 extensions:

* R*Tree index extension - http://sqlite.org/rtree.html
* Full Text Search - http://sqlite.org/fts3.html

=== Installation

gem install amalgalite

{{ Release notes for Version 1.1.1 }}

=== Enhancements

* Update to SQLite 3.7.5
* Enable SQLite Full Text Search compile time options FTS3 and FTS4 [github issue #10]
http://www.sqlite.org/fts3.html
* Enable STAT2 SQLite compile time option to improve ANALYZE command support
http://www.sqlite.org/lang_analyze.html

=== Bug Fixes

* The C coded generated by gen_constants.rb was updated to support older
compilers [github issue #8] (patch from josb)
* Fix 'amalgalite-pack --self' on ruby 1.9
 
J

Jos Backus

[Note: parts of this message were removed to make it a legal post.]

Thanks, Jeremy!

Jos
 
J

Jeremy Hinegardner

Glad to help out. I put in an example of how to use SQLite's full text search
now that I compile it in. Its pretty fun to play with.

enjoy,

-jeremy

Thanks, Jeremy!

Jos

--
Peace cannot be achieved through violence, it can only be attained through
understanding.
amalgalite version 1.1.1 has been released.

http://www.copiousfreetime.org/projects/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
* full text search

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 extensions:

* R*Tree index extension - http://sqlite.org/rtree.html
* Full Text Search - http://sqlite.org/fts3.html

=== Installation

gem install amalgalite

{{ Release notes for Version 1.1.1 }}

=== Enhancements

* Update to SQLite 3.7.5
* Enable SQLite Full Text Search compile time options FTS3 and FTS4 [github issue #10]
http://www.sqlite.org/fts3.html
* Enable STAT2 SQLite compile time option to improve ANALYZE command support
http://www.sqlite.org/lang_analyze.html

=== Bug Fixes

* The C coded generated by gen_constants.rb was updated to support older
compilers [github issue #8] (patch from josb)
* Fix 'amalgalite-pack --self' on ruby 1.9
 

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,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top