public
Description: SQLite database engine embedded in a ruby extension.
Homepage: http://copiousfreetime.rubyforge.org/amalgalite/
Clone URL: git://github.com/copiousfreetime/amalgalite.git
Wed Feb 11 23:40:47 -0800 2009
commit  81f55209879f1ad8b5d2eda27c6e96cda04d01d8
tree    7f58b5a3a11cfc6163e297e26cdfcde1b3e2eac4
parent  4421747588b749cc55067eba9f8cb6f7f6bb4368
README
== Amalgalite

* Homepage[http://copiousfreetime.rubyforge.org/amalgalite]
* {Rubyforge Project}[http://rubyforge.org/projects/copiousfreetime/]
* email jeremy at copiousfreetime dot org
* git clone url git://github.com/copiousfreetime/amalgalite.git

== Articles

*  {Writing SQL Functions in Ruby}[http://copiousfreetime.org/articles/2009/01/10/writing-sql-functions-in-ruby.html]

== INSTALL

* gem install 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.

== CREDITS

* Jamis Buck for the first {ruby sqlite implementation}[http://www.rubyforge.org/projects/sqlite-ruby]

== CHANGES

Read the HISTORY file.

== LICENSE

Copyright (c) 2008 Jeremy Hinegardner

All rights reserved.

See LICENSE and/or COPYING for details.