Using Python for business app development
David Rushby
woodsplitter at rocketmail.com
Tue Dec 24 11:23:19 EST 2002
"Joe 'shmengie' Brown" <joe at overdrivepc.com> wrote in message news:<mailman.1040661271.29967.python-list at python.org>...
> I'm curious as to why you chose PostgreSQL for the database engine.
>
> I've been considering evaluating it, but for my application, I need to
> support windows platform. Since Mysql has a nice windows client base, this
> is the natural choice for me.
>
> Furthermore, transactional aspects aren't high on my proirity list.
>
> (heh, I'm trying to convince myself I haven't made the wrong decision)
So why not use Firebird ( http://firebirdsql.org/ ) or SAPDB (
http://sapdb.org/ ) ? They both have Python interfaces:
- http://kinterbasdb.sourceforge.net/ for Firebird
- the Python section of http://sapdb.org/sap_db_program.htm for SAPDB
There's no need to stoop to MySQL if you require Windows support.
More information about the Python-list
mailing list