项目作者: khalyomede

项目描述 :
Standard proposal for JSON based ORM relational schema definitions.
高级语言:
项目地址: git://github.com/khalyomede/rs-json.git
创建时间: 2019-01-09T21:48:51Z
项目社区:https://github.com/khalyomede/rs-json

开源协议:MIT License

下载


RS/JSON


Standard proposal for JSON based ORM relational schema definitions.

  1. {
  2. "version": "0.1.0",
  3. "licence": "MIT",
  4. "book": {
  5. "properties": {
  6. "id": {
  7. "type": "unsigned-int",
  8. "incremented": true
  9. },
  10. "name": {
  11. "type": "string",
  12. "length": 255,
  13. "required": true
  14. }
  15. }
  16. }
  17. }

Documentation available at this address: https://khalyomede.github.io/rs-json/