Skip to content

Latest commit

 

History

History
 
 

flytekit-sqlalchemy

Flytekit SQLAlchemy Plugin

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-sqlalchemy

An example can be found in the documentation.