quicktype / json-to-azure-node-schema

(Not quite ready for production use)...generates Azure DB Static Schemas for Node from JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-to-azure-node-schema

npm version

(Not quite ready for production use)...generates Azure DB Static Schemas for Node from JSON

Background

I was working with Azure Mobile App Easy Tables recently, and I learned a new kind of Node schema for backends. Wanting to use quicktype to write my data types once for the client and server, I didn't find anything that satisfies these requirements. I'm not sure what to call this format, but the format really isn't picky (key:type, like userName:"string"), so I built this "language".

Usage

npm install

npm start file.json

About

(Not quite ready for production use)...generates Azure DB Static Schemas for Node from JSON

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%