项目作者: rippinrobr

项目描述 :
Convert YAML into database schemas, code, and not sure what else
高级语言: Rust
项目地址: git://github.com/rippinrobr/yaml-to.git
创建时间: 2019-03-09T14:11:31Z
项目社区:https://github.com/rippinrobr/yaml-to

开源协议:

下载


yaml-to

Convert YAML into database schemas, code, and not sure what else

Goal

The goal of this project is to allow someone to generate a database schema for MySQL, Postgres and SQLite.

targeted command line arguments

  1. ./yaml-to schema mysql|postgres|sqlite <path to yaml file> -o | --output db|file
  2. and
  3. ./yaml-to code go|rust <path to yaml file> -o | --output-dir <path to directory where code files should be saved>

Stretch goal

…is to use this as a library for a webassembly tool that will generate schemas and code to interact with the schemas