Skip to content

glideapps/json-to-azure-node-schema

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%