Create an entire DB schema in 1 command!
When you run the Binubuo python client with one of the database libraries, you can choose to register an entire database
schema as a superset. This superset will automatically create REST API for all tables in the schema as well as a well defined
and structured superset, that allows you to re-create the entire schema in another database (even different type of database) with
all the primary keys and foreign key relations intact and automatically filled with synthetic data. When you create the
the new synthetic schema, you can decide a scale. So with one command you could create a synthetic copy of your production
schema in a different database at 10% scale.
Copying the entire BINU_DEMO_1 schema as a complete Binubuo Superset
into the BINU_DEMO_2 schema with all the tables and rows.