ruprizzle-parser 0.1.0-alpha.2

Schema DSL parser for the ruprizzle ORM
Documentation
# ruprizzle-parser


[![Crates.io](https://img.shields.io/crates/v/ruprizzle-parser.svg)](https://crates.io/crates/ruprizzle-parser)
[![docs.rs](https://docs.rs/ruprizzle-parser/badge.svg)](https://docs.rs/ruprizzle-parser)
[![License](https://img.shields.io/crates/l/ruprizzle-parser.svg)](https://github.com/ruprizzle/ruprizzle-orm)

Grammar-driven `.ruprizzle` schema parser with span-preserving diagnostics.

This crate is part of [ruprizzle-orm](https://github.com/ruprizzle/ruprizzle-orm), a schema-first ORM for Rust that
combines a Prisma-style declarative schema with a Drizzle-style, SQL-transparent
query builder. Postgres and SQLite are supported behind a single, dialect-typed
API.

- [Repository]https://github.com/ruprizzle/ruprizzle-orm
- [Documentation]https://docs.rs/ruprizzle-parser
- [Project homepage]https://ruprizzle.github.io/ruprizzle-orm

## Keywords


orm, sql, database, parser, schema