Crates.io | dbml-rs |
lib.rs | dbml-rs |
version | 1.0.0-rc.1 |
source | src |
created_at | 2023-01-20 08:52:16.475481 |
updated_at | 2024-03-14 08:56:23.717337 |
description | A DBML Parser for Rust. |
homepage | |
repository | https://github.com/apskhem/dbml-rs |
max_upload_size | |
id | 763243 |
size | 106,749 |
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
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.