prisma-json-schema

WebJar for prisma-json-schema

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

prisma-json-schema
Последняя версия

Последняя версия

0.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

prisma-json-schema
WebJar for prisma-json-schema
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/prisma/prisma-json-schema

Скачать prisma-json-schema

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>prisma-json-schema</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/
implementation 'org.webjars.npm:prisma-json-schema:0.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/
implementation ("org.webjars.npm:prisma-json-schema:0.1.3")
'org.webjars.npm:prisma-json-schema:jar:0.1.3'
<dependency org="org.webjars.npm" name="prisma-json-schema" rev="0.1.3">
  <artifact name="prisma-json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='prisma-json-schema', version='0.1.3')
)
libraryDependencies += "org.webjars.npm" % "prisma-json-schema" % "0.1.3"
[org.webjars.npm/prisma-json-schema "0.1.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

prisma-json-schema

JSON schema of prisma.yml files

CircleCI npm version

Usage

JSON Schema

As hosted URL

You can use the following URL for the current JSON schema file:

https://raw.githubusercontent.com/prisma/prisma-json-schema/master/src/schema.json

Import as file in Node

const schema = require('prisma-json-schema/dist/schema.json')

Usage with VSCode

Add the following to your settings:

{
  "yaml.schemas": {
    "https://raw.githubusercontent.com/prisma/prisma-json-schema/master/src/schema.json":
      "prisma.yml"
  }
}

Typescript Definitions

yarn add prisma-json-schema
import { PrismaDefinition } from 'prisma-json-schema'
org.webjars.npm

Prisma

Prisma makes working with databases easy

Версии библиотеки

Версия
0.1.3