You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented dbapi2 interface in dbapi module. See [1] for details.
The main motivation for the module creation was the integration Django with
Tarantool database through django-tarantool database backend [2] which
requires dbapi connector to the database.
All the optional extensions and methods were ignored because Django does not
require them. Anyway, fell free to suggest its implementation as needed.
Unit tests were taken from dbapi-compliance [3] package.
Interactive transactions are not currently supported by Tarantool and
theirs implementation will be added in the connector when the feature is stable
it Tarantool itself.
[1] https://www.python.org/dev/peps/pep-0249/
[2] https://github.com/artembo/django-tarantool
[3] https://github.com/baztian/dbapi-compliance/
Co-authored-by: Denis Ignatenko <[email protected]>
0 commit comments