Bug 86322 - New port: databases/py-tada Twisted Asynchronous Database API
Summary: New port: databases/py-tada Twisted Asynchronous Database API
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 08:30 UTC by Clive Crous
Modified: 2005-09-19 10:53 UTC (History)
0 users

See Also:


Attachments
py-tada.shar (4.21 KB, text/plain)
2005-09-19 08:30 UTC, Clive Crous
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clive Crous 2005-09-19 08:30:14 UTC
New port: databases/py-tada  Twisted Asynchronous Database API

port full description:

This python module is a wrapper module for any DBAPI 2 compatible database
module. It wraps all functions and methods of the origional module and forces
the return of deferreds instead. tada can therefore be considered to be 'almost'
DBAPI compatible as it inherits the compatiblity level of the wrapped module,
but returns twisted deferreds.

tadah - is an additional class: "Tada with Helpers". This class adds some helper
functionality to tada, but breaks strict DBAPI 2 spec.

tao - uses tada and tadah to create an object model for DB access.  It is loosly
based on the SQLObject project's usage model, but asynchronous.
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 10:40:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll handle this.
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 10:52:52 UTC
State Changed
From-To: open->closed

New port added with some modifications. Thank you!