Sha256: 868814a2b7a87a4a1d4a92b20388745b5c421d159adf6ce4c52605f219d20178

Contents?: true

Size: 1.88 KB

Versions: 16

Compression:

Stored size: 1.88 KB

Contents

## Amalgalite

[![Build Status](https://copiousfreetime.semaphoreci.com/badges/amalgalite/branches/main.svg?key=6d8f47c8-bfc7-4969-a128-424478908a27)](https://copiousfreetime.semaphoreci.com/projects/amalgalite)

* [Homepage](http://github.com/copiousfreetime/amalgalite)
* `git clone git://github.com/copiousfreetime/amalgalite.git`
* [Github](http://github.com/copiousfreetime/amalgalite/)
* [Bug Tracking](http://github.com/copiousfreetime/amalgalite/issues)

## 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 as 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/fts5.html) - both fts3 and fts5
* [Geopoly Interface to R*Tree](https://www.sqlite.org/geopoly.html)
* [JSON Extension](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
[extconf.rb](ext/amalgalite/c/extconf.rb). And those may be cross referenced
against the [compile options from SQLite](https://www.sqlite.org/compile.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

16 entries across 16 versions & 1 rubygems

Version Path
amalgalite-1.9.4-x64-mingw-ucrt README.md
amalgalite-1.9.4-x86-mingw32 README.md
amalgalite-1.9.4-x64-mingw32 README.md
amalgalite-1.9.4 README.md
amalgalite-1.9.1-x86-mingw32 README.md
amalgalite-1.9.1-x64-mingw32 README.md
amalgalite-1.9.1-x64-mingw-ucrt README.md
amalgalite-1.9.1 README.md
amalgalite-1.9.0-x64-mingw-ucrt README.md
amalgalite-1.9.0-x86-mingw32 README.md
amalgalite-1.9.0-x64-mingw32 README.md
amalgalite-1.9.0 README.md
amalgalite-1.8.0-x64-mingw-ucrt README.md
amalgalite-1.8.0-x64-mingw32 README.md
amalgalite-1.8.0-x86-mingw32 README.md
amalgalite-1.8.0 README.md