Skip to Main Content

back_to_features

feature_screenshot

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.

Create REST API for all your tables, with the correct foreign keys and much more.
Copying the entire BINU_DEMO_1 schema as a complete Binubuo Superset into the BINU_DEMO_2 schema with all the tables and rows.

feature_includes

But wait, There's more!
Build superset based on schema or from a starting table.
Full dependency tracking for full relational support.
Do this for any supported database.

next_up