<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hello everyone,<br>
<br>
I've just finished creating a basic Object Relational Mapper (ORM) in
Twisted (<a class="moz-txt-link-freetext" href="http://trac.butterfat.net/public/twistar">http://trac.butterfat.net/public/twistar</a>) called Twistar.&nbsp; The
goal of the project is most certainly not to duplicate the full
functionality of existing Python ORM's, but rather to provide a simple
interface to databases that obviates the need for writing SQL.&nbsp; <br>
<br>
With the deprecation of twisted.enterprise.row and
twisted.enterprise.reflection, the only option right now in twisted for
database interaction (that I know of) is either via straight SQL
through adbapi<code></code><code></code> or via patches on existing
Python ORM's.&nbsp; The goal behind Twistar is to provide basic ORM
functionality but completely within the Twisted paradigm.&nbsp; <br>
<br>
The code is fully documented (via pydoctor) and the package contains
unit tests (which can be run by trial).<br>
<br>
Who should I talk to concerning possible inclusion in
twisted.enterprise?<br>
<br>
Thanks,<br>
Brian<br>
</body>
</html>