معرفی شرکت ها


db-access-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Easy db access through sqlalchemy
ویژگی مقدار
سیستم عامل -
نام فایل db-access-0.1.2
نام db-access
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Weiyi Yin
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/weiyiyin0321/easy_db_access.git
آدرس اینترنتی https://pypi.org/project/db-access/
مجوز -
# Easy Database Access through SqlAlchemy Purpose of this simplify access process to different types of databases through SQLAlchemy ## Installation Copy the repo and run a ``` pip install db-access ``` in the root directory of the repo. You may also need to install other applications on your computer for these connections to work (i.e. drivers). You can find the links to each of the driver installations below. ## Databases Support So far the package supports the following databases: * [Oracle](https://cx-oracle.readthedocs.io/en/latest/installation.html#install-oracle-instant-client) * [MS SQL](https://github.com/mkleehammer/pyodbc/wiki/Connecting-to-SQL-Server-from-Mac-OSX) * MySQL * Impala Feel free to let me know if there is a need for additional database coverage ## Use Import the corresponding class for the database type you are connecting to and add the required login info. From the object, you can create a SQLAlchemy engine and get that engine. You can also get specific sqlalchemy.Table objects from that connection.


نیازمندی

مقدار نام
- cx-Oracle
- pyodbc
- sqlalchemy
- impyla
- pymysql


نحوه نصب


نصب پکیج whl db-access-0.1.2:

    pip install db-access-0.1.2.whl


نصب پکیج tar.gz db-access-0.1.2:

    pip install db-access-0.1.2.tar.gz