dinoco_compiler 0.0.2

The Dinoco schema compiler for parsing, validating, and analyzing database schemas.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dinoco_compiler"
version = "0.0.2"
edition = "2024"
license = "Apache-2.0"
description = "The Dinoco schema compiler for parsing, validating, and analyzing database schemas."
homepage = "https://docs.dinoco.io"
repository = "https://github.com/dinoco-rs/dinoco"
readme = "../crates.md"
keywords = ["orm", "compiler", "schema", "database", "parser"]

[dependencies]
pest = "2.8.6"
pest_derive = "2.8.6"
ariadne = "0.4"
serde = { version = "1.0.228", features = ["derive"] }