Skip to content

schrieveslaach/oxidized-mdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oxidized-mdf's build status

oxidized-mdf

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:

cargo run --example print_all -- data/spg_verein_TST.mdf

# For more information use the help:
cargo run --example print_all -- --help

Why is This Crate Licensed Under the GPLv3?

The code is based on OrcaMDF and the original code is licensed under the GPLv3.