/Automator-Run-MySQL

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

Primary LanguageSwift

Automator-Run-MySQL

An Automator Action in Swift that uses native database libraries to run queries. Please keep in mind this is alpha quality code at this stage, that said it works well for me 👍

Current Supported Databases

  • MySQL e.g. mysql://user:password@hostname/database
  • PostgreSQL e.g. postgresql://user:password@localhost/database
  • SQLite e.g. sqlite:/Home/yourid/database.db
  • SQL Server e.g. sqlserver://user:password@hostname/database (Alpha, not working well yet)

Automator Run MySQL example