demo.shop.mysql.drop_tables.mysql.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of databene-benerator Show documentation
Show all versions of databene-benerator Show documentation
benerator is a framework for creating realistic and valid high-volume test data, used for
testing (unit/integration/load) and showcase setup.
Metadata constraints are imported from systems and/or configuration files. Data can imported from
and exported to files and systems, anonymized or generated from scratch. Domain packages provide
reusable generators for creating domain-specific data as names and addresses internationalizable
in language and region. It is strongly customizable with plugins and configuration options.
The newest version!
DROP TABLE db_order_item;
COMMIT;
DROP TABLE db_order;
COMMIT;
DROP TABLE db_customer;
COMMIT;
DROP TABLE db_user;
COMMIT;
DROP TABLE db_role;
COMMIT;
DROP TABLE db_product;
COMMIT;
DROP TABLE db_category;
COMMIT;
DROP SEQUENCE seq_id_gen;
COMMIT;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy