Amalgalite¶ ↑
-
email jeremy at copiousfreetime dot org
-
git clone git://github.com/copiousfreetime/amalgalite.git
Articles¶ ↑
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:
BUILDING FOR WINDOWS¶ ↑
This is done using github.com/rake-compiler/rake-compiler-dock
-
have VirtualBox installed
-
Install boot2docker
brew install boot2docker
-
gem install rake-compiler-dock
-
rake-compiler-dock
-
bundle
6rake cross native gem
CREDITS¶ ↑
-
Jamis Buck for the first ruby sqlite implementation
CHANGES¶ ↑
Read the HISTORY.rdoc file.
LICENSE¶ ↑
Copyright © 2008 Jeremy Hinegardner
All rights reserved.
See LICENSE and/or COPYING for details.