RubyGems Navigation menu

amalgalite 1.6.3-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/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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.9.4 - March 04, 2024 x64-mingw-ucrt (3.11 MB)
  2. 1.9.4 - March 04, 2024 x86-mingw32 (6.08 MB)
  3. 1.9.4 - March 04, 2024 x64-mingw32 (5.57 MB)
  4. 1.9.4 - March 04, 2024 (2.5 MB)
  5. 1.9.1 - April 27, 2023 x86-mingw32 (5.8 MB)
  6. 1.6.3 - January 19, 2019 x64-mingw32 (5.29 MB)
Show all versions (97 total)

Runtime Dependencies (1):

arrayfields ~> 4.9

Development Dependencies (7):

rake ~> 12.0
rake-compiler ~> 1.0
rdoc ~> 5.0
rspec ~> 3.0
simplecov ~> 0.14
zip ~> 2.0

Owners:

Authors:

  • Jeremy Hinegardner

SHA 256 checksum:

bbb787461d5a194d92648cb823fef74c6d6a8cfc38ac3bfc733d62eb645fb20c

Total downloads 449,166

For this version 2,150

License:

BSD

Required Ruby Version: >= 2.2, < 2.7.dev

Links: