Bojan Komazec

Results 1 comments of Bojan Komazec

@rmohamedfazil To achieve custom root schema name, you might need to modify `JSONSchemaToDatabase` constructor in `jsonschema2db.py` by doing the following: - add a new constructor parameter e.g. `root_table_name` - override...