ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> db-sig
db-sig
[DB-SIG] SQL-API
by Ian Bicking other posts by this author
Apr 19 2006 10:02AM messages near this date
1 | [DB-SIG] Is there a fox pro substitute for linux?
Hi guys.

So, I've been meaning to bring this up here, and what with the param 
marker discussions...

Anyway, while doing the SQLObject 2 rewrite I wanted to extract some of 
the machinery that has nothing to do with ORM stuff.  The result is 
SQL-API: http://sqlobject.org/sqlapi/

Instead of fixing problems with DB-API, it tries more to wrap existing 
DB-API drivers and give them a more consistent, higher-level interface. 
  It's also intended to be pretty neutral about everything else, and it 
is entirely procedural.

I'd really like to move this forward so that it can serve the purposes 
of more than just SQLObject 2, so I'm interested in other consumers, 
particularly people using very different strategies from SQLObject. 
There's a lot of tricky aspects to using the DB-API that I think can 
really be solved to everyone's satisfaction once, instead of each system 
having to implement these things themselves -- things like 
configuration, logging, pooling, exceptions, and also a place to hang 
other more complex stuff like database portability information, or the 
occassional driver monkeypatch.

Both the scope and implementation of SQL-API is fairly open at this 
point, so I'm very open to suggestions or contributions.

-- 
Ian Bicking  /  ianb@[...].com  /  http://blog.ianbicking.org
_______________________________________________
DB-SIG maillist  -  DB-SIG@[...].org
http://mail.python.org/mailman/listinfo/db-sig

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved