Django firebird https://firebirdsql.org/ database backend.
I referrerd django-firebird database backend https://github.com/maxirobaina/django-firebird .
Requirements
Django 3.1
Firebird 4.0 beta1 (Firebird 3.0 minimum version required)
pyfirebirdsql (https://github.com/nakagami/pyfirebirdsql) recently released.
Installation
$ pip install firebirdsql djfirebirdsql django==3.1
Database settings example
DATABASES = {
'default': {
'ENGINE': 'djfirebirdsql',
'NAME': '/path/to/database.fdb',
'HOST': ...,
'USER': ...,
'PASSWORD': ...,
}
}
Release files for djfirebirdsql 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djfirebirdsql-0.3.0.tar.gz | 15.5 kB | Details |
Release files / djfirebirdsql-0.3.0.tar.gz
| Download URL | djfirebirdsql-0.3.0.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b4483236859a509009b9c91f5757bce644d085a6509c01924492902183a36042
|
|
BLAKE2b-256 checksum How to use checksums |
99457ddca8f8ba6914f54796df897a283534f185edf15614515c5f11d0ab1216
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2
|