<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyORQ</name>
<shortdesc>Object Relational binding with Queries as Python expressions</shortdesc>
<description>PyORQ (Python Object Relational binding with Queries) implements persistence
for Python objects using a relational database (PostgreSQL, MySQL, SQLite)
for storage.

PyORQ uses native Python expressions to denote queries which can be
automatically translated into SQL and then be executed by the backend. This
leverages the search capabilities of a relational database in an
object-oriented programming environment.</description>
<download-page>http://sourceforge.net/project/showfiles.php?group_id=109005</download-page>
<homepage rdf:resource="http://pyorq.sourceforge.net/" />
<maintainer><foaf:Person><foaf:name>Roeland Rengelink</foaf:name>
<foaf:mbox_sha1sum>383f9cc0a4e993fe397f7215ea16758e192c2a4f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>