WikiStart » History » Version 20
bford -, 02/10/2009 05:33 PM
1 | 3 | Aurynn Shaw | = Simpycity = |
---|---|---|---|
2 | 18 | Aurynn Shaw | A simple DB Procedure/Query mapper. |
3 | 3 | Aurynn Shaw | |
4 | 1 | == About == |
|
5 | 5 | Aurynn Shaw | Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics. |
6 | Simpycity is available under the terms of the Lesser GPL. |
||
7 | 4 | Aurynn Shaw | |
8 | == Usage == |
||
9 | |||
10 | 9 | bford - | * [wiki:AQuickTutorial A Quick Tutorial] |
11 | 5 | Aurynn Shaw | * [wiki:Function Function] |
12 | * [wiki:Raw Raw Query] |
||
13 | * [wiki:Query Query] |
||
14 | 14 | Aurynn Shaw | * Constructs |
15 | * [wiki:Construct] |
||
16 | * [wiki:SimpleModel] |
||
17 | * [wiki:Configuration] |
||
18 | 20 | bford - | * [http://www.commandprompt.com/blogs/aurynn_shaw/2009/02/using_simpycity_in_pylons/ Using Simpycity with Pylons] |
19 | 5 | Aurynn Shaw | |
20 | 4 | Aurynn Shaw | == Download == |
21 | |||
22 | 17 | Aurynn Shaw | The current release version of Simpycity is '''0.2.0a1''', which can be downloaded from [https://projects.commandprompt.com/public/simpycity/repo/dist/Simpycity-0.2.0a1dev-py2.6.egg here] |
23 | 15 | Aurynn Shaw | |
24 | Otherwise, you can access the SVN repository via: |
||
25 | 10 | bford - | {{{ |
26 | svn co https://projects.commandprompt.com/public/simpycity/repo simpycity |
||
27 | }}} |
||
28 | |||
29 | 4 | Aurynn Shaw | == Contribute == |
30 | 5 | Aurynn Shaw | |
31 | 7 | Aurynn Shaw | Interested in contributing to Simpycity? Just subscribe to our mailing list! |
32 | 12 | bford - | * [https://lists.commandprompt.com/mailman/listinfo/simpycity simpycity@lists.commandprompt.com] |
33 | 5 | Aurynn Shaw | |
34 | Patches are always welcome. |