-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
51 lines (30 loc) · 1.13 KB
/
README.txt
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
AutoCode is a flexible tool to autogenerate a model from an existing database.
This is a slightly different approach to SqlSoup,
that lets you use tables without explicitly defining them.
Current Maintainer:
Chris Perkins (percious)
E-mail: [email protected]
Simon Pamies (spamsch)
E-Mail: s.pamies at banality dot de
Authors:
Paul Johnson (original author)
Christophe de Vienne (cdevienne)
E-Mail: cdevienne at gmail dot com
Svilen Dobrev (sdobrev)
E-Mail: svilen_dobrev at users point sourceforge dot net
License:
MIT
see license.txt
Requirements:
sqlalchemy 0.6+
Documentation:
Call sqlautocode.py --help for a list of available self explaining options.
Example:
sqlautocode.py -o model.py -u postgres://postgres:user@password/MyDatabase -s myschema -t Person*,Download
ToDo:
+ Generate ActiveMapper / Elixir model
Notes (random):
ATT: sqlautocode currently does not handle function indexes well. It generates
code not understood by sqlalchemy.
(old) metadata stuff from:
http://sqlzoo.cn/howto/source/z.dir/tip137084/i12meta.xml