Re: [Pyds-dev] Re: [PyCS-devel] Re: Maybe problems with Metakit 2.4.9.3
Status: Alpha
Brought to you by:
myelin
|
From: Phillip P. <pp...@my...> - 2004-07-07 01:37:07
|
Note that I'm talking about PyCS here, not PyDS -- I don't know if it would make sense to port PyDS to a server-based DB. SQLite might make sense. This is Georg's domain anyway ;) If I do change PyCS, of course I'll use the DB API, so porting between SQL DBs should be possible. Every DB has its own interpretation of the SQL standard though, so it might not always be _easy_. Cheers, Phil On Wed, Jul 07, 2004 at 10:46:13AM +1000, Garth T Kidd wrote: > If you're porting databases for PyDS, I'd love to see `DB-API2`_ used so we > can put PyDS on any [relational] database we need to. If you want a more > Pythonic abstraction to work with, SQLObject_ is nice. I must admit, I've > never been that crash hot on Metakit. :| > > .. _DB-API2: http://www.python.org/peps/pep-0249.html > .. _SQLObject: http://www.sqlobject.org/ |