oxidized-mdf

Crates.iooxidized-mdf
lib.rsoxidized-mdf
version0.2.0
sourcesrc
created_at2021-04-05 17:25:32.003551
updated_at2021-11-13 12:32:52.754431
descriptionA crate for reading data storage files of MSSQL's MDF files
homepagehttps://gitlab.com/schrieveslaach/oxidized-mdf
repositoryhttps://gitlab.com/schrieveslaach/oxidized-mdf.git
max_upload_size
id379396
size141,162
Marc Schreiber (schrieveslaach)

documentation

README

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.

Commit count: 51

cargo fmt