Metadata-Version: 2.1
Name: sqlalchemy_gbasedbt
Version: 0.2.4.2
Summary: SQLAlchemy GBase 8s backend
Home-page: https://gbasedbt.com
Author: Florian Apolloner, Dbt
Author-email: gbasedbt@gbasedbt.com
License: MIT License
Keywords: SQLAlchemy,GBasedbt
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database :: Front-Ends
License-File: LICENSE
Requires-Dist: DbtPy~=3.0.5.6
Requires-Dist: SQLAlchemy<2

Minimal SQLAlchemy backend for GBase 8s
===========================================

Work in progress, updates done as needed for our migrations.

Passes the SQLAlchemy standard suite without errors, skips quite a few tests though.


更新历史
===========================================

v0.2.4.2  
1.指明仅支持SQLAlchemy版本小于2.0   

v0.2.4.1  
1.BIGINT指向INT8,BIGSERIAL指向SERIAL8  

