/Automator-Run-SQL

An Automator Action in Swift that uses native database libraries to run queries

Primary LanguageSwift

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