Skip to main content
https://img.shields.io/pypi/v/django-firebird.svg

Firebird SQL backend for django

Repo Note: The master branch is an in development version of django-firebird. This may be substantially different from the latest release of django-firebird

This version of django-firebird is working with firebird-driver [1], therefore it will work only with firebird 3 and later. The current master branch of this repository is being developed under django 5.x. For previous Django stable version check the branch list of this repository. firebird-driver is the official python driver for Firebird.

Since version 5.0, the python package is called django_firebird to avoid a namespace conflict with firebird-driver, which also uses the firebird package name.

[1] https://pypi.org/project/firebird-driver/

Requirements

Installation

Using pip

pip install django-firebird

From repository

git clone git://github.com/maxirobaina/django-firebird.git

cd django-firebird

sudo python setup.py install

Configuration

Modify your setting.py

DATABASES = {
    'default': {
        'ENGINE' : 'django_firebird',
        'NAME' : '/var/lib/firebird/3.0/data/mydb.fdb', # Path to database or db alias
        'USER' : 'SYSDBA',           # Your db user
        'PASSWORD' : '*****',    # db user password
        'HOST' : '127.0.0.1',        # Your host machine
        'PORT' : '3050',             # If is empty, use default 3050
        #'OPTIONS' : {'charset':'ISO8859_1'}
    }
}

Known bugs and issues

  • Some database migrations doesn’t work by default. Sometimes is better make intermediate migrations for solve problems.

  • Some Query Expressions doesn’t work by default. We need to make some workaround, ie: Use Cast().

  • Combined duration expressions need more research. No all combination of expressions works.

Contributing

Code and issues is in GitHub:

https://github.com/maxirobaina/django-firebird

We also have a mailing list:

http://groups.google.com/group/django-firebird-dev

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_firebird-5.0.tar.gz (41.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_firebird-5.0-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file django_firebird-5.0.tar.gz.

File metadata

  • Download URL: django_firebird-5.0.tar.gz
  • Upload date:
  • Size: 41.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for django_firebird-5.0.tar.gz
Algorithm Hash digest
SHA256 585fde7b428ea442ff03908b39ad3c7880c43cfa8544c73ec3efa5d45cb630bc
MD5 709b15596b5d02103066a4192a4eb41f
BLAKE2b-256 01f6f20bac899ce838d36a06358db69add347bda8cab26e3e0175c00051d0cdc

See more details on using hashes here.

File details

Details for the file django_firebird-5.0-py3-none-any.whl.

File metadata

  • Download URL: django_firebird-5.0-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for django_firebird-5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5f4fe42cfa8a988a54d76b167ff62b02d47eeec0c9385e91f9394f13175ccf5
MD5 260c1dd1d6ce30de4b1c8a9a32c548e3
BLAKE2b-256 dc14964c9abcd418452a9b42baef69126bcb338331d5e7746d82bf7afe23c8d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page