copiousfreetime / amalgalite
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (23)
- Wiki (1)
- Graphs
-
Tree:
39d2fb9
commit 39d2fb9147d3fdef32467ed1a35e81f39c5be9e0
tree 02c9ece504c60b20f329387d639c3fb9eb39f60e
parent c57111dd9d54bbbd6f71af59783476be3243659f
tree 02c9ece504c60b20f329387d639c3fb9eb39f60e
parent c57111dd9d54bbbd6f71af59783476be3243659f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
HISTORY | ||
| |
LICENSE | Sun Sep 28 21:36:25 -0700 2008 | |
| |
README | ||
| |
Rakefile | ||
| |
TODO.taskpaper | ||
| |
bin/ | ||
| |
examples/ | ||
| |
ext/ | ||
| |
gemspec.rb | ||
| |
lib/ | ||
| |
rbconfig-mingw.rb | ||
| |
spec/ | ||
| |
tasks/ |
README
== Amalgalite * Homepage[http://copiousfreetime.rubyforge.org/amalgalite] * {Rubyforge Project}[http://rubyforge.org/projects/copiousfreetime/] * email jeremy at copiousfreetime dot org * git clone url git://github.com/copiousfreetime/amalgalite.git == 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 Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API. == CREDITS * Jamis Buck for the first {ruby sqlite implementation}[http://www.rubyforge.org/projects/sqlite-ruby] == CHANGES Read the HISTORY file. == LICENSE Copyright (c) 2008 Jeremy Hinegardner All rights reserved. See LICENSE and/or COPYING for details.

