Recomendations on Python databases

Steve Holden sholden at holdenweb.com
Wed Feb 26 07:51:23 EST 2003


"Bob Ballard" <rballard_99 at yahoo.com> wrote in message
news:b3hb4k$nco$1 at slb9.atl.mindspring.net...
> I'm planning on writing a record keeping and reporting app with a
database.
> I don't want to have to depend on the user having Access and the DB will
> not, at least at this point, be on the web.  I'd like the app to be
> stand-alone.
>
> So, what database would one suggest?  Open source (free) preferred.
> If I do move it to the web or Linux in the future then suggestions as to
> what I should take into account now make that as painless as possible
would
> be appreciated.
>
> I've done this as a C program back in the mid 80's using an ISAM lib and
as
> an Access VBA program a few years ago.  I now wanna do it in Python and
> wxPython.  Any db pointers?
>

Only because nobody else has mentioned it, you might consider Gadfly - see
http://gadfly.sf.net/.

Python SQL-based database with enough capabilities you could easily migrate
to another RDBMS platform when appropriate.

regards
--
Steve Holden                                  http://www.holdenweb.com/
Python Web Programming                 http://pydish.holdenweb.com/pwp/
Register for PyCon now!            http://www.python.org/pycon/reg.html







More information about the Python-list mailing list