Project

General

Profile

WikiStart » History » Version 5

Aurynn Shaw, 11/19/2008 12:23 PM

1 3 Aurynn Shaw
= Simpycity =
2 4 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 5 Aurynn Shaw
 * [wiki:BasicUsage]
11
   * [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
== Contribute ==
20 5 Aurynn Shaw
21
Interested in contributing to Simpycity? Join our mailing lists:
22
 * simpycity@lists.commandprompt.com
23
 * simpycity-commits@lists.commandprompt.com
24
25
Patches are always welcome.