Sha256: ac33238ce43968d25a000fcb3147225304b4e3f56150a2131ab2f2dc2867b00b

Contents?: true

Size: 1.59 KB

Versions: 6

Compression:

Stored size: 1.59 KB

Contents

## Amalgalite

* [Homepage](http://github.com/copiousfreetime/amalgalite)
* email jeremy at copiousfreetime dot org
* `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 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:

* [R*Tree index extension](http://sqlite.org/rtree.html)
* [Full Text Search](http://sqlite.org/fts3.html)

## BUILDING FOR WINDOWS

This is done using https://github.com/rake-compiler/rake-compiler-dock

1. have VirtualBox installed
2. Install boot2docker `brew install boot2docker`
3. `gem install rake-compiler-dock`
4. `rake-compiler-dock`
5. `bundle`
6. `rake cross native gem`

## 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

6 entries across 6 versions & 1 rubygems

Version Path
amalgalite-1.6.1-x86-mingw32 README.md
amalgalite-1.6.1-x64-mingw32 README.md
amalgalite-1.6.1 README.md
amalgalite-1.6.0-x64-mingw32 README.md
amalgalite-1.6.0-x86-mingw32 README.md
amalgalite-1.6.0 README.md