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 2.1+
Firebird 4.0+
pyfirebirdsql (https://github.com/nakagami/pyfirebirdsql) recently released.
Installation
$ pip install firebirdsql djfirebirdsql django
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.0.3.tar.gz
(14.2 kB
view details)
File details
Details for the file djfirebirdsql-0.0.3.tar.gz
.
File metadata
- Download URL: djfirebirdsql-0.0.3.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3102edb87a297f2bdcc93006f3b3eece943083dcf4ac810d1ba6e529ff7c52ee
|
|
MD5 |
844ff20b7371845ed2c25da8e3f4792b
|
|
BLAKE2b-256 |
9286dd62e513da135d8b9c6ca3fb3234307e4919598e053bd935a023a9b798d4
|