public
Description: RailsDB is a web application written in Ruby using the Ruby on Rails web framework. RailsDB provides a generic interface to popular databases such as MySQL, PostgreSQL, SQLite, and Oracle.
Homepage: http://railsdb.org/
Clone URL: git://github.com/gdonald/railsdb.git
Click here to lend your support to: railsdb and make a donation at www.pledgie.com !
Greg Donald (author)
Sun Jan 04 15:38:14 -0800 2009
railsdb / README.txt
100644 53 lines (29 sloc) 0.833 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
42
43
44
45
46
47
48
49
50
51
52
53
    ____ _ __ ____ ____
   / __ \____ _(_) /____/ __ \/ __ )
  / /_/ / __ `/ / / ___/ / / / __ |
 / _, _/ /_/ / / (__ ) /_/ / /_/ /
/_/ |_|\__,_/_/_/____/_____/_____/
 
 
== RailsDB ==
 
RailsDB Homepage:
 
http://railsdb.org/
 
RailsDB is distributed under the GNU GPL License, version 3:
 
http://railsdb.org/LICENSE.txt
 
RailsDB Docs:
 
http://railsdb.org/docs/
 
Latest Release:
 
http://railsdb.org/src/
 
Git Access:
 
git clone git://github.com/gdonald/railsdb.git railsdb
 
Browse Git Tree:
 
http://github.com/gdonald/railsdb/tree/master
 
Report Bugs:
 
http://railsdb.lighthouseapp.com/projects/12472-railsdb/overview
 
Contact:
 
Greg Donald
gdonald@gmail.com
http://destiney.com/
 
Contributors:
 
Jacek Panachida
jacek.panachida@gmail.com
 
Ruby on Rails:
 
For more information about Ruby on Rails see the RAILS_README.txt.