oxidized-mdf provides a reader library for SQL Server Database File written in Rust.
In order to read a MDF file checkout the code and run the example:
```bash cargo run --example printall -- data/spgverein_TST.mdf
cargo run --example print_all -- --help ```
The code is based on OrcaMDF and the original code is licensed under the GPLv3.