Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

generator

svcfmtm edited this page Feb 2, 2024 · 1 revision

generator.py

This program generates the SQL, Protobuf, and Python data structures needed by all the other code. It reads ih nthe YAML config file, and outputs the language bindings.

usage: generator [-h] [-v] files...

options:
	-h, --help    show this help message and exit
	-v, --verbose verbose output

example

./generator -v users/users.yaml
Clone this wiki locally