معرفی شرکت ها


DbtAlchemy-1.0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

SQLAlchemy support for GBase 8s Servers
ویژگی مقدار
سیستم عامل -
نام فایل DbtAlchemy-1.0.1.1
نام DbtAlchemy
نسخه کتابخانه 1.0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Development Team
ایمیل نویسنده dbt@gbasebdt.com
آدرس صفحه اصلی https://gbasedbt.com
آدرس اینترنتی https://pypi.org/project/DbtAlchemy/
مجوز Apache License 2.0
GBasedbt Alchemy Adapter ======================== The GBasedbt Alchemy adapter provides the Python/SQLAlchemy interface to GBase 8s Servers. Fork from https://github.com/OpenInformix/InformixAlchemy Version -------- x.x.x Prerequisites -------------- 1. Python 3.5.x . 2. SQLAlchemy 0.7.3 or above. 3. DbtPy driver and DbtPyDbi Install and Configuration ========================= The GBasedbt Alchemy Python Egg component (.egg) can be installed using the standard setuptools provided by the Python Easy Install through Python Enterprise Application Kit community portal: http://peak.telecommunity.com/DevCenter/EasyInstall Please follow the steps provided to Install "Easy Install" in the link above and follow up with these additional steps to install GBasedbt Alchemy: 1. To install GBasedbt Alchemy from source Standard Python setup should be used:: python setup.py build python setup.py install Connecting ---------- A TCP/IP connection can be specified as the following:: from sqlalchemy import create_engine e = create_engine("gbasedbt://user:pass@host[:port]/database") For a local socket connection, exclude the "host" and "port" portions:: from sqlalchemy import create_engine e = create_engine("gbasedbt://user:pass@/database") Known Limitations in DbtAlchemy adapter for GBase 8s databases --------------------------------------------------------------- 1) Non-standard SQL queries are not supported. e.g. "SELECT ? FROM TAB1" 2) For updations involving primary/foreign key references, the entries should be made in correct order. Integrity check is always on and thus the primary keys referenced by the foreign keys in the referencing tables should always exist in the parent table. 3) Unique key which contains nullable column not supported 4) UPDATE CASCADE for foreign keys not supported 5) DEFERRABLE INITIALLY deferred not supported 6) Subquery in ON clause of LEFT OUTER JOIN not supported


نیازمندی

مقدار نام
<2.0,>=0.7.3 sqlalchemy
<3.10 typing-extensions
>=3.0.3 DbtPy


نحوه نصب


نصب پکیج whl DbtAlchemy-1.0.1.1:

    pip install DbtAlchemy-1.0.1.1.whl


نصب پکیج tar.gz DbtAlchemy-1.0.1.1:

    pip install DbtAlchemy-1.0.1.1.tar.gz