codechecker
codechecker copied to clipboard
Automatic addition of database before connecting to it
Introduced a new function add_product_support() using SQLAlchemy to enhance the addProduct() function.
Automates the creation of the database for PostgreSQL and SQLite, eliminating the need for a manual script before connection.
Note: SQLite already supports automatic database creation.