amalgalite 1.6.0-x64-mingw32
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: * (http://sqlite.org/rtree.html) * (http://sqlite.org/fts3.html)
Gemfile:
=
install:
=
Runtime Dependencies (1):
arrayfields
~> 4.9
Development Dependencies (7):
rake
~> 12.0
rake-compiler
~> 1.0
rake-compiler-dock
~> 0.6
rdoc
~> 5.0
rspec
~> 3.0
simplecov
~> 0.14
zip
~> 2.0