0.0.10 • Published 6 years ago

archite v0.0.10

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Warning! Still in development! Everything below is unfinished, although some are working.


imagine writing schema files by hand

This is a Node.js Library to convert schemas across multiple specifications, including:

  • SQL (MySQL and PostgreSQL)
  • JSON schema
  • gRPC / protobuf (services and message definitions)
  • GraphQL (type, query, and mutation definitions)
  • OpenAPI (operation objects)

Please be noted that the result is best-effort and assumptions are made.

Usage

npm install archite

Specification versions

Although the ability to specify target specification version when generating schemas is planned, at the moment this library only supports the latest stable specification versions as follows:

SpecificationVersion
JSON Schemadraft-07
protobufproto3
OpenAPI3.0
MySQL8.0
GraphQLJune 2018
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago