sqlalchemy_to_json_schema is the library for converting sqlalchemys's model to jsonschema. dumping json with above three output styles. target models are here. Group and User.
This driver has SQLite embedded, you don't need to install one separately. Instead, this driver is based on pure-Go implementation of SQLite (https://gitlab.com/cznic ...