Metadata-Version: 2.1
Name: django-gbasedbtdb
Version: 1.7.0
Summary: A database driver for Django to connect to an GBase 8s db via ODBC
Home-page: https://gbasedbt.com
Author: liaosnet
Author-email: liaosnet@gbasedbt.com
License: APLv2
Keywords: django gbasedbt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test

## A database driver for Django to connect to an GBase 8s database via pyodbc.  

**Some limitations**:

- Does not support default values  
- GBase 8s automatically creates indexes on foreign keys, but Django attempts to do that
  manually; the current implementation here just attempts to catch the error on index
  creation. It may unintentionally catch other index creation errors where the index
  already exists.

### Release History  

Version 1.7.0  

- Fork from django_informixdb  
