On Sat, 2006-01-21 at 21:42 +0100, David Bernard wrote:
> is Gadfly usable with sqlobject ?
>
> (Thanks for the info, I didn't know this RDBMS)
Well, it's not usable with sqlobject right now. Does sqlobject require
any of these features?
"
* Nulls.
* Outer joins.
* CHECK conditions.
* Enforced data type constraints.
* Alter table (can't implement until NULLs arrive).
* Date, Time, and Interval data types
"
that are not implemented in gadfly? But check it out anyway. It is
really fun to have an all Python SQL database.
http://gadfly.sourceforge.net/
- Daniel Holth