DBML parser implemented in Rust programming language.
use dbml_rs::*;
use std::fs;
fn main() {
let input = fs::read_to_string("path/to/your/file.dbml");
let result = parse_dbml(&input);
}
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Always welcome you to participate, contribute and together.