dinoco_compiler 1.2.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
[package]
name = "dinoco_compiler"
version = "1.2.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"
pest_derive = "2.8"