Project

General

Profile

WikiStart » History » Revision 21

Revision 20 (bford -, 02/10/2009 05:33 PM) → Revision 21/39 (Aurynn Shaw, 02/10/2009 05:35 PM)

= Simpycity = 
 A simple DB Procedure/Query mapper. 

 == About == 
 Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics. 
 Simpycity is available under the terms of the Lesser GPL. 

 == Usage == 

  * [wiki:AQuickTutorial A Quick Tutorial] 
    * [wiki:Function Function] 
    * [wiki:Raw Raw Query] 
    * [wiki:Query Query] 
  * Constructs 
    * [wiki:Construct] 
    * [wiki:SimpleModel] 
  * [wiki:Configuration] 
  * [http://www.commandprompt.com/blogs/aurynn_shaw/2009/02/using_simpycity_in_pylons/ Using Simpycity with Pylons] 

 == Download == 

 The current release version of Simpycity is '''0.2.0a3''', '''0.2.0a1''', which can be downloaded from [https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.2.0a3-py2.6.egg [https://projects.commandprompt.com/public/simpycity/repo/dist/Simpycity-0.2.0a1dev-py2.6.egg here] 

 Otherwise, you can access the SVN repository via: 
 {{{ 
 svn co https://projects.commandprompt.com/public/simpycity/repo simpycity 
 }}} 

 == Contribute == 

 Interested in contributing to Simpycity? Just subscribe to our mailing list! 
  * [https://lists.commandprompt.com/mailman/listinfo/simpycity simpycity@lists.commandprompt.com] 

 Patches are always welcome.