Skip to content

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

Notifications You must be signed in to change notification settings

poorlymac/Automator-Run-SQL

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published