Does python(django) have an official database driver to access SQLFire

Chris Rebert clp2 at rebertia.com
Sun Jan 29 03:34:40 EST 2012


On Sat, Jan 28, 2012 at 11:12 PM, Niu.Jack <Jack.Niu at igt.com> wrote:
> I have a question on Python.  Does python(django) have an official database
> driver to access SQLFire? Or is there any roadmap to deliver an official
> database driver?

Sounds like no; SQLFire's FAQ
(http://communities.vmware.com/docs/DOC-16640 ) and docs mention only
JDBC & ADO.NET support.
A convoluted solution involving Jython or IronPython might be possible however.

Cheers,
Chris



More information about the Python-list mailing list