Opened 12 years ago

Closed 12 years ago

#17608 closed New feature (invalid)

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

Reported by: jackniu Owned by: nobody
Component: Database layer (models, ORM) Version: 1.3
Severity: Normal Keywords: sqlFire
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

hello

Does python(django) have an official database driver to access SQLFire? Or is there any roadmap to deliver an official database driver?

Change History (1)

comment:1 by anonymous, 12 years ago

Resolution: invalid
Status: newclosed

First, as a matter of protocol, this bug tracker is dedicated to bugs or feature requests. General questions should go to the django-users mailing list.


Currently, there are no plans to add an official SQLFire database adapter to Django.

It's possible to implement one as a third party module, but I'm not aware of such a project.

https://docs.djangoproject.com/en/1.3/ref/databases/#using-a-3rd-party-database-backend

Note: See TracTickets for help on using tickets.
Back to Top