SQLAlchemy
| Name: | flytekitplugins-sqlalchemy |
| Version: | 0.0.0+develop |
| Author: | [email protected] |
| Provides: |
flytekitplugins.sqlalchemy |
| Requires: |
flytekit>=1.3.0b2,<2.0.0 sqlalchemy>=1.4.7 pandas |
| Python: | >=3.9 |
| License: | apache2 |
| Source Code: | https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-sqlalchemy |
- Intended Audience :: Science/Research
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. Flyte provides an easy-to-use interface to utilize SQLAlchemy to connect to various SQL Databases.
To install the plugin, run the following command:
pip install flytekitplugins-sqlalchemyAn example can be found in the documentation.