public
Description: SQLite database engine embedded in a ruby extension.
Homepage: http://copiousfreetime.rubyforge.org/amalgalite/
Clone URL: git://github.com/copiousfreetime/amalgalite.git
amalgalite / README
b2b2f93b » copiousfreetime 2008-06-14 documentation upates 1 == Amalgalite
32791aa8 » copiousfreetime 2008-04-27 initial import 2
09a50843 » copiousfreetime 2008-06-28 fix prepared statement reset 3 * Homepage[http://copiousfreetime.rubyforge.org/amalgalite]
b2b2f93b » copiousfreetime 2008-06-14 documentation upates 4 * {Rubyforge Project}[http://rubyforge.org/projects/copiousfreetime/]
5 * email jeremy at copiousfreetime dot org
d9e1265a » copiousfreetime 2008-06-21 add git url 6 * git clone url git://github.com/copiousfreetime/amalgalite.git
32791aa8 » copiousfreetime 2008-04-27 initial import 7
c5693a36 » copiousfreetime 2009-01-11 cleanup rdoc 8 == Articles
9
10 * {Writing SQL Functions in Ruby}[http://copiousfreetime.org/articles/2009/01/10/writing-sql-functions-in-ruby.html]
11
e3f27dc8 » copiousfreetime 2008-06-20 basic doc updates 12 == INSTALL
13
14 * gem install amalgalite
15
32791aa8 » copiousfreetime 2008-04-27 initial import 16 == DESCRIPTION
17
1d95d475 » copiousfreetime 2008-07-04 update readme to refer read... 18 Amalgalite embeds the SQLite database engine in a ruby extension. There is no
38d8835c » copiousfreetime 2008-07-04 fix spelling error 19 need to install SQLite separately.
20
21 Look in the examples/ directory to see
7fc5955c » copiousfreetime 2008-06-19 fix requires 22
1d95d475 » copiousfreetime 2008-07-04 update readme to refer read... 23 * general usage
24 * blob io
38d8835c » copiousfreetime 2008-07-04 fix spelling error 25 * schema information
c7f77a7e » copiousfreetime 2009-01-07 Add a couple more bullet po... 26 * custom functions
27 * custom aggregates
28 * requiring ruby code from a database
1d95d475 » copiousfreetime 2008-07-04 update readme to refer read... 29
30 Also Scroll through Amalgalite::Database for a quick example, and a general
31 overview of the API.
32791aa8 » copiousfreetime 2008-04-27 initial import 32
33 == CREDITS
34
e3f27dc8 » copiousfreetime 2008-06-20 basic doc updates 35 * Jamis Buck for the first {ruby sqlite implementation}[http://www.rubyforge.org/projects/sqlite-ruby]
b2b2f93b » copiousfreetime 2008-06-14 documentation upates 36
ed17234d » copiousfreetime 2008-09-28 documentation fixes 37 == CHANGES
38
39 Read the HISTORY file.
40
32791aa8 » copiousfreetime 2008-04-27 initial import 41 == LICENSE
42
b2b2f93b » copiousfreetime 2008-06-14 documentation upates 43 Copyright (c) 2008 Jeremy Hinegardner
32791aa8 » copiousfreetime 2008-04-27 initial import 44
45 All rights reserved.
46
47 See LICENSE and/or COPYING for details.