Install
Rust library
Add to your Cargo.toml:
[dependencies]
opensqlany = "0.1"
MSRV: Rust 1.87.
Command-line tool
From source:
cargo install opensqlany-cli
This installs an opensqlany binary on your PATH.
From source (development)
git clone https://github.com/Sigilweaver/OpenSQLAnywhere
cd OpenSQLAnywhere
cargo build --release
./target/release/opensqlany --help