Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 623 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 623 Bytes

Automator-Run-SQL

An Automator Action in Swift that uses native database libraries to run queries. Please keep in mind this is a very new development, that said it works well for me 👍

Supported

  • MySQL mysql://username:password@hostname:3306/database
  • Postgres postgresql://username:password@hostname:5432/database
  • SQLite sqlite:/path/to/database.file
  • SQL Server sqlserver://username:password@hostname:1433/database

Automator Run SQL example