prismaql
Version:
A powerful tool for managing and editing Prisma schema files using a SQL-like DSL.
14 lines (13 loc) • 637 B
text/typescript
export { getJsonEnumRelations } from './get-enum-relations.cjs';
export { getJsonEnums } from './get-enums.cjs';
export { getJsonFields } from './get-fields.cjs';
export { getJsonModelNames, sortModelNames } from './get-model-names.cjs';
export { FieldSummary, getJsonModel } from './get-model.cjs';
export { getJsonModels } from './get-models.cjs';
export { getJsonRelations } from './get-relations.cjs';
import '../../handler-registries/handler-registry.cjs';
import '../../dsl.cjs';
import '../../field-relation-collector.cjs';
import '@prisma/generator-helper';
import '../../prisma-schema-loader.cjs';
import '@mrleebo/prisma-ast';