amalgalite 1.7.0-x86-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/fts5.html) - both fts3 and fts5 * (https://www.sqlite.org/geopoly.html) * (https://www.sqlite.org/json1.html) Other extensions are add that might not be usable/visible by users of the gem. The full list of extensions added is in (ext/amalgalite/c/extconf.rb). And those may be cross referenced against the (https://www.sqlite.org/compile.html)
Gemfile:
=
install:
=
Versions:
- 2.0.0 November 16, 2025 x86-mingw32 (6.24 MB)
- 2.0.0 November 16, 2025 x64-mingw-ucrt (5.06 MB)
- 2.0.0 November 16, 2025 (2.53 MB)
- 1.9.4 March 04, 2024 x64-mingw-ucrt (3.11 MB)
- 1.9.4 March 04, 2024 x86-mingw32 (6.08 MB)
- 1.7.0 January 13, 2021 x86-mingw32 (5.15 MB)