Skip to content

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

Notifications You must be signed in to change notification settings

rippinrobr/yaml-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

./yaml-to schema mysql|postgres|sqlite <path to yaml file> -o | --output db|file

and 

./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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages