3 releases (unstable)

1.0.0-rc.1 Mar 14, 2024
0.1.0-beta.2 Mar 22, 2023
0.1.0-beta.1 Jan 20, 2023

#36 in Database implementations

Download history 7/week @ 2024-02-11 29/week @ 2024-02-18 22/week @ 2024-02-25 11/week @ 2024-03-03 134/week @ 2024-03-10 30/week @ 2024-03-17 24/week @ 2024-03-24 70/week @ 2024-03-31 9/week @ 2024-04-07 11/week @ 2024-04-14 14/week @ 2024-04-21 9/week @ 2024-04-28

57 downloads per month
Used in 3 crates

MIT/Apache

95KB
2.5K SLoC

DBML parser for Rust

crate MSRV MIT or Apache 2.0 licensed unsafe forbidden

DBML parser implemented in Rust programming language.

How to use it?

use dbml_rs::*;
use std::fs;

fn main() {
  let input = fs::read_to_string("path/to/your/file.dbml");
  let result = parse_dbml(&input);
}

License

Licensed under either of

Contribution

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.

Dependencies

~3MB
~60K SLoC