protobufit:把那个模式变成protobuf

时间:2024-05-31 13:40:09
【文件属性】:

文件名称:protobufit:把那个模式变成protobuf

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-31 13:40:09

JavaScript

原始bufit 将各种模式类型转换为格式(v2)。 支持: 是的,这可以处理: 单个文件中有多个架构定义 尝试自动检测给定的架构格式(如果未指定) required repeated npm install -g protobufit CLI用法 protobufit [input-file] [-f ] : 'sql' or 'jsonschema' 例子 protobufit schema.sql -f sql > schema.proto schema.sql CREATE TABLE "pluto" ( "boroughtext" text, "block" integer, "lot" bigint, "cd" date NOT NULL, ); schema.proto syntax = "proto2";


【文件预览】:
protobufit-master
----index.js(456B)
----package.json(710B)
----readme.md(1KB)
----schemas()
--------jsonschema.json(588B)
--------datapackage.json(0B)
--------schema.sql(2KB)
----cli.js(584B)

网友评论