codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

Automatic addition of database before connecting to it

Open feyruzb opened this issue 1 year ago • 0 comments

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.

feyruzb avatar Aug 16 '24 16:08 feyruzb