Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 247 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 247 Bytes

Ansible Collection - jabdr.sql_query

sql_query allows you to run sql select, insert, update, and delete queries on all kinds of sql databases.

It uses sqlalchemy to build the sql query and run them.

For examples see the module documentation.