From: Andy T. <an...@ha...> - 2004-04-14 18:05:23
|
ralph heimburger wrote: > Has anyone used SQLDict module with MYSql/PythonCard? > > I am looking for an easy to use interface for SQL Interface. > > _____________________________________________________________ > I'm using SQL Object on a couple of different modules, one of which has a PythonCard front end. I can't recommend it highly enough, for my money it is the best (and most Pythonic) object-relational mapper available today. If you are an OO programmer you don't have to worry about persisting your value objects because SQL Object will take of it for you. If you want to leverage more power from your database then it supports 'proper' relational concepts as well. Regards, Andy -- -------------------------------------------------------------------------------- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ |