copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.

This URL has Read+Write access

amalgalite / README
100644 41 lines (24 sloc) 0.874 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
== 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
* schema 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]
 
== CHANGES
 
Read the HISTORY file.
 
== LICENSE
 
Copyright (c) 2008 Jeremy Hinegardner
 
All rights reserved.
 
See LICENSE and/or COPYING for details.