On Apr 13, 1:02 am, Anthony Irwin <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am interested in playing with python some more and am looking at
> writing an app with data stored in a database. I have experience with
> mysql but thought that their may be other better databases that can be
> more easily distributed with the program does anyone have any
> suggestions here?


Specially if your program is going to be multi plattform, check out
BuzHug http://buzhug.sourceforge.net/

It is a pure python database. Its performance may not be that high,
but it will be very easily distributed with your program. The
interface is pythonic, with no SQL to write.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to