public
Description: SQLite database engine embedded in a ruby extension.
Homepage: http://copiousfreetime.rubyforge.org/amalgalite/
Clone URL: git://github.com/copiousfreetime/amalgalite.git
name age message
file HISTORY Loading commit data...
file LICENSE
file README
file Rakefile
file TODO
directory ext/
file gemspec.rb
directory lib/
directory spec/
directory tasks/
README
== Amalgalite

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

== INSTALL

* gem install amalgalite

== DESCRIPTION

Amalgalite embeds the SQLite database engine in a ruby extension.

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]

== LICENSE

Copyright (c) 2008 Jeremy Hinegardner

All rights reserved.

See LICENSE and/or COPYING for details.