sql-splitter 1.13.0

High-performance CLI tool for splitting large SQL dump files into individual table files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# act configuration for local GitHub Actions testing
# https://github.com/nektos/act

# Use medium-sized runner images (good balance of speed vs compatibility)
--platform ubuntu-latest=catthehacker/ubuntu:act-latest

# Use Docker socket binding
--bind

# Reuse containers for faster subsequent runs
--reuse

# Default to pulling images if not present
--pull=false