@cyphra/schema
v0.1.0
Published
Cyphra schema DSL parser and AST for Neo4j graph models
Readme
@cyphra/schema
Parser and AST types for the Cyphra .cyphra schema DSL.
Usage
import { parseSchema } from "@cyphra/schema";
const doc = parseSchema(`
node User {
id String @id @default(cuid())
}
`);See the main Cyphra documentation site for the full grammar.
