{"id":31929552,"url":"https://github.com/apskhem/dbml-rs","last_synced_at":"2025-10-14T03:25:06.343Z","repository":{"id":65379472,"uuid":"587309647","full_name":"apskhem/dbml-rs","owner":"apskhem","description":"A DBML parser for Rust.","archived":false,"fork":false,"pushed_at":"2025-01-03T18:24:02.000Z","size":351,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-28T06:36:38.267Z","etag":null,"topics":["dbml","parser","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apskhem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-10T13:06:13.000Z","updated_at":"2025-04-10T14:30:32.000Z","dependencies_parsed_at":"2024-01-10T07:35:58.428Z","dependency_job_id":"590dbaa3-d0c6-43dc-904b-e31d69447005","html_url":"https://github.com/apskhem/dbml-rs","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"4cf604166610c0dc935e157cf86b6eaf19deb96c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/apskhem/dbml-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apskhem%2Fdbml-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apskhem%2Fdbml-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apskhem%2Fdbml-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apskhem%2Fdbml-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apskhem","download_url":"https://codeload.github.com/apskhem/dbml-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apskhem%2Fdbml-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017785,"owners_count":26086144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbml","parser","rust"],"created_at":"2025-10-14T03:25:00.541Z","updated_at":"2025-10-14T03:25:06.336Z","avatar_url":"https://github.com/apskhem.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A DBML parser for Rust\n\n[![crate](https://img.shields.io/crates/v/dbml-rs.svg)](https://crates.io/crates/dbml-rs)\n![MSRV](https://img.shields.io/badge/rustc-1.61+-ab6000.svg)\n![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/dbml-rs.svg)\n![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)\n\nA DBML parser implemented in Rust programming language.\n\n## How to use it?\n\n```rust\nuse dbml_rs::*;\nuse std::fs;\n\nfn main() {\n  let input = fs::read_to_string(\"path/to/your/file.dbml\");\n  let result = parse_dbml(\u0026input);\n}\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0\n  ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license\n  ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\nAlways welcome you to participate, contribute and together.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapskhem%2Fdbml-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapskhem%2Fdbml-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapskhem%2Fdbml-rs/lists"}