Re: Database Selection...
Matt Bottrell <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
Conforming to the Python DB API V2.0 is excellent! This ensures the backends are only restrictred by Python functionality, not current. This is a good thing!(tm) I'll look into MySQL over the next few weeks once the PostgreSQL side has settled a little (and more likely that I actually have some spare time!) To all involved, thankyou for such a useful product already... Regards, Matt. Quoting "Toby D. Reeves" <[email protected]>: > The database implementation I have submitted should go a long way to allowing > > the end user to choose the backend database. I have been careful to use the > > Python Database API Version 2.0 > (http://www.python.org/topics/database/DatabaseAPI-2.0.html). Ideally, this > > should let the user pick his database. I have not tried it with anything but > > MySQL (which no longer works, but probably could) and PostGreSQL. > > Toby > > [snip snip my ramblings about generic DB backends... ]