Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic addition of database before connecting to it #4316

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

feyruzb
Copy link
Collaborator

@feyruzb feyruzb commented Aug 16, 2024

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 feyruzb force-pushed the improvement_of_new_product branch 6 times, most recently from 01343fb to e39cd16 Compare August 16, 2024 16:38
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 12 times, most recently from 0f4c534 to 8d84c11 Compare August 22, 2024 13:28
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 5 times, most recently from e20770d to 451b2a2 Compare August 23, 2024 16:50
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 4 times, most recently from a94704e to 8b46de3 Compare August 29, 2024 16:05
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 2 times, most recently from 82340db to b20d04a Compare September 2, 2024 13:03
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 3 times, most recently from 043bd88 to f9dffb1 Compare September 2, 2024 15:09
@feyruzb feyruzb force-pushed the improvement_of_new_product branch 3 times, most recently from 3beb9b8 to 59dcff3 Compare September 3, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant