module
0.0.0-20210127155028-8b4073b12cd4
Repository: https://github.com/jmu0/dbapi.git
Documentation: pkg.go.dev
# README
dbAPI
Works with:
- mysql
- postgresql
API
Rest
Creates rest API from database model
GraphQL
Creates graphql API from database model
Wildcard in arguments: *
Logical operators in arguments: ! < > <= >= <> ||
dbbuild
- Read model from database into yaml file
- Load model from yaml file into database
- Dump data from database to .csv file
- Load data from .csv file into database