Project

General

Profile

WikiStart » History » Version 13

bford -, 01/21/2009 06:07 PM

1 3 Aurynn Shaw
= Simpycity =
2 13 bford -
A simple DB Procedure/Query maper.
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
 * [wiki:SimpleModel]
15
 * [wiki:Configuring]
16
17 4 Aurynn Shaw
== Download ==
18
19 10 bford -
{{{
20
svn co https://projects.commandprompt.com/public/simpycity/repo simpycity
21
}}}
22
23 4 Aurynn Shaw
== Contribute ==
24 5 Aurynn Shaw
25 7 Aurynn Shaw
Interested in contributing to Simpycity? Just subscribe to our mailing list!
26 12 bford -
 * [https://lists.commandprompt.com/mailman/listinfo/simpycity simpycity@lists.commandprompt.com]
27 5 Aurynn Shaw
28
Patches are always welcome.