Firebird backend for Django web framework
Project description
Firebird SQL backend for django
This version of django-firebird is working with fbd [1] .Therefore it will work only with firebird 2.x and later. Also, the current master version of this repository is being developed under django 1.7.x. For previous Django stable version there is the stable/1.6.x branch and we consider the driver stable. fbd is the official stable python-firebird driver, also it has support for python 3.
[1] http://pypi.python.org/pypi/fdb/
Update: django-firebird beta 1 status with support for django 1.7
Requirements
Python 2.6+ or Python 3.x
Django 1.7.x
Instalation
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
Manual Instalation
Instructions for Ubuntu/Debian I assume you have installed django from source with python setup.py install
cd /usr/local/lib/python2.7/dist-packages
sudo git clone git://github.com/maxirobaina/django-firebird.git
sudo ln -s django-firebird/firebird firebird
cd /usr/local/lib/python2.7/dist-packages/django/db/backends
sudo ln -s /usr/local/lib/python2.7/dist-packages/django-firebird/firebird
Configuration
Modify your setting.py
DATABASES = { 'default': { 'ENGINE' : 'firebird', 'NAME' : '/var/lib/firebird/2.5/data/django_firebird.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'} } }
Contributing
Code and issues is in GitHub:
We also have a mailing list:
Legacy driver
Why the change from kinterbasdb to fdb?
If you want to know more about the differences between fdb and kinterbasdb you can look at:
http://thread.gmane.org/gmane.comp.db.firebird.python/185/focus=187
http://pythonhosted.org//fdb/differences-from-kdb.html
If you still use kinterbasdb, the original google code repository has an updated django-firebird 1.4.x LTS version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-firebird-1.7.tar.gz
.
File metadata
- Download URL: django-firebird-1.7.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59e09c13ef8b351f017f284673f0b8441ec89dc0514e11431a8eee1c237cca8b |
|
MD5 | 6e1177ad0e2c9af8b64f20bc301897e2 |
|
BLAKE2b-256 | ee128ce65610dc364be10c8a3976922e849ab9c47b24c642b55815cc48ecdcd5 |
File details
Details for the file django_firebird-1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: django_firebird-1.7-py2.py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9431708c4777ddfda821482c319fa8fdf06914a0b162827a83cbcfaafbfa6ee7 |
|
MD5 | f1e78207e036d44cea7f9c30a6b9730a |
|
BLAKE2b-256 | 7d45582ff9cd16d874f080f2c942c6e49664ee43f9793b817050e20e22f308b3 |