Runner SQL - is a Docker-based command line batch tool to run series of SQL scripts against variours
10K+
SQL Runner - provides ability to run series of SQL scripts against various databases like MSSQL, MySQL, PostgreSQL, SQLite, etc.
| Server | Readiness |
|---|---|
| MSSQL | :x: |
| MySQL | :x: |
| PostgreSQL | :white_check_mark: |
| SQLite | :x: |
DATABASE_URL - URL representation of connection string
DATA_DIRECTORY - Default /data. Override path to SQL scripts./data - where the tool look for SQL scriptsSQL_SCRIPTS_PATH=/path/to/sql-scripts
DATABASE_URL=postgres://user:password@host-or-ip:port/db
docker run --rm --interactive --mount "type=bind,source=${SQL_SCRIPTS_PATH},target=/data" --env DATABASE_URL theanurin/sqlrunner
Content type
Image
Digest
sha256:22873dac5…
Size
51.6 MB
Last updated
about 3 years ago
docker pull theanurin/sqlrunner