Django database backend for firebird
Project description
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': ..., } }
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
djfirebirdsql-0.3.0.tar.gz
(15.5 kB
view details)
File details
Details for the file djfirebirdsql-0.3.0.tar.gz
.
File metadata
- Download URL: djfirebirdsql-0.3.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4483236859a509009b9c91f5757bce644d085a6509c01924492902183a36042 |
|
MD5 | 10d37cfb296c536b170becc3833ac093 |
|
BLAKE2b-256 | 99457ddca8f8ba6914f54796df897a283534f185edf15614515c5f11d0ab1216 |