4 releases (1 stable)

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

#537 in Database interfaces

Download history 17/week @ 2024-09-18 21/week @ 2024-09-25 9/week @ 2024-10-02 3/week @ 2024-10-09 5/week @ 2024-10-16 3/week @ 2024-10-23 15/week @ 2024-10-30 10/week @ 2024-11-06 1/week @ 2024-11-13 6/week @ 2024-11-20 12/week @ 2024-11-27 18/week @ 2024-12-04 31/week @ 2024-12-11 2/week @ 2024-12-18 123/week @ 2025-01-01

165 downloads per month
Used in 3 crates

MIT/Apache

97KB
2.5K SLoC

A DBML parser for Rust

crate MSRV MIT or Apache 2.0 licensed unsafe forbidden

A 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

~2.1–2.8MB
~57K SLoC