Firebird backend for Django 1.5+.
Project description
# django-firebird
## 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.5. And we consider the driver almost stable.
Why the change?
fbd is the next official stable python-firebird driver, also it has support for python 3.
If you want to know more about the diferrences between *fdb* and *kinterbasdb* you can look at:
http://thread.gmane.org/gmane.comp.db.firebird.python/185/focus=187
If you still use *kinterbasdb*, the original google code repository has an updated django-firebird 1.4 version.
http://code.google.com/p/django-firebird/
[1] http://pypi.python.org/pypi/fdb/
## Requirements
* Python 2.6+
* Django 1.5+
* fdb (http://pypi.python.org/pypi/fdb/)
## Instalation
**From repository**
sudo git clone git://github.com/maxirobaina/django-firebird.git
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
DATABASES = {
'default': {
'ENGINE' : 'django.db.backends.firebird',
'NAME' : '/var/lib/firebird/2.5/data/rdbgraph.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'}
}
}
## 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.5. And we consider the driver almost stable.
Why the change?
fbd is the next official stable python-firebird driver, also it has support for python 3.
If you want to know more about the diferrences between *fdb* and *kinterbasdb* you can look at:
http://thread.gmane.org/gmane.comp.db.firebird.python/185/focus=187
If you still use *kinterbasdb*, the original google code repository has an updated django-firebird 1.4 version.
http://code.google.com/p/django-firebird/
[1] http://pypi.python.org/pypi/fdb/
## Requirements
* Python 2.6+
* Django 1.5+
* fdb (http://pypi.python.org/pypi/fdb/)
## Instalation
**From repository**
sudo git clone git://github.com/maxirobaina/django-firebird.git
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
DATABASES = {
'default': {
'ENGINE' : 'django.db.backends.firebird',
'NAME' : '/var/lib/firebird/2.5/data/rdbgraph.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'}
}
}
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
File details
Details for the file django-firebird-1.5.0.rc.2.tar.gz
.
File metadata
- Download URL: django-firebird-1.5.0.rc.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcf4494a74e9b8969436d966987de67987a78ad51c8bc60d27ab48b4310d42dc |
|
MD5 | fdf2a64668bd5a6ad6c2d5194380948f |
|
BLAKE2b-256 | 96659a797a1cec352cac99ad53c150646274b80cb36db20a288722327cb59ca7 |