Sha256: c266b149fadf21417dd0b8c3530a01e0b2a927e8e07bab40493e29458ab2a98d
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 KB
Contents
== 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 * {Github}[http://github.com/copiousfreetime/amalgalite/] == 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 * 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] == CREDITS * Jamis Buck for the first {ruby sqlite implementation}[http://www.rubyforge.org/projects/sqlite-ruby] == CHANGES Read the HISTORY.rdoc file. == LICENSE Copyright (c) 2008 Jeremy Hinegardner All rights reserved. See LICENSE and/or COPYING for details.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amalgalite-1.1.2-x86-mingw32 | README.rdoc |
amalgalite-1.1.2-x86-mswin32 | README.rdoc |
amalgalite-1.1.2 | README.rdoc |