prisma-ast
Schema parser
A TypeScript library that parses Prisma schema files into an object, allowing manipulation and re-printing of the schema.
Abstract Syntax Tree for parsing schema.prisma files
143 stars
5 watching
18 forks
Language: TypeScript
last commit: 8 months ago
Linked from 1 awesome list
abstract-syntax-treeastjavascriptparseparserprinterprismaschemasdktypescript
Related projects:
Repository | Description | Stars |
---|---|---|
mohammed-bahumaish/prisma-editor | A tool to visualize and edit Prisma Schema with real-time updates and user-friendly interface | 846 |
amplication/prisma-schema-dsl | An interface to generate Prisma schema files from code | 112 |
omar-dulaimi/prisma-schema-sorter | Tools for organizing and structuring Prisma schema models | 23 |
ridafkih/schemix | A tool for generating Prisma schemas programmatically using TypeScript | 483 |
samchon/prisma-markdown | Generates Markdown documents from Prisma schema definitions, including ERD diagrams and model descriptions. | 447 |
ctrlplusb/prisma2-template | A template project for rapid Prisma 2 schema experimentation and development | 12 |
s1owjke/prisma-query-formatter | Utility to format Prisma queries and substitute placeholders with values for logging purposes. | 1 |
gabrielcolson/intellij-prisma | Provides syntax highlighting and basic language support for Prisma schema languages in IntelliJ-based IDEs. | 42 |
cartergrimmeisen/zod-prisma | Automates Zod schema generation from Prisma models. | 827 |
emyann/prisma-uml | Generates PlantUML diagrams from Prisma schema files | 116 |
samypesse/draft-js-prism | A module that integrates Prism's syntax highlighting into DraftJS editor states. | 275 |
notiz-dev/prisma-dbml-generator | Automatically generates a DBML file from a Prisma schema | 684 |
pantharshit00/prisma-docs-generator | Automates the generation of documentation references from Prisma schema. | 575 |
marcjulian/nestjs-prisma | A library and schematics to integrate Prisma with NestJS applications | 25 |
chrishoermann/zod-prisma-types | Generates Zod schemas from Prisma models with validation options | 657 |