This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit af4db9b72c6142cd22c8b299c6b015c18fe3e6aa
tree 4214af4b392943b65eccf6bbb3f34cf4cceb9e5d
parent fa72067f59136bb92f3d333da91f1273f934afee
tree 4214af4b392943b65eccf6bbb3f34cf4cceb9e5d
parent fa72067f59136bb92f3d333da91f1273f934afee
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
HISTORY | ||
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
examples/ | ||
| |
ext/ | ||
| |
gemspec.rb | ||
| |
lib/ | ||
| |
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 == 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 * schemea information 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] == LICENSE Copyright (c) 2008 Jeremy Hinegardner All rights reserved. See LICENSE and/or COPYING for details.








