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

Integrate Mysql instead of sqlite3 #93

Open
sumit-badsara opened this issue May 24, 2020 · 3 comments
Open

Integrate Mysql instead of sqlite3 #93

sumit-badsara opened this issue May 24, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@sumit-badsara
Copy link

Is your feature request related to a problem? Please describe.
Working with mysql/postgresql is far more preferred. As sqlite3 can arise issues of db conflicts.

Describe the solution you'd like
Remove sqlite3 and setup mysql in settings and also add required packages to requirements.txt

Describe alternatives you've considered
Postgresql can also be used instead of mysql.

@sumit-badsara sumit-badsara added available No one has claimed the issue (or) is working on it. documentation Improvements or additions to documentation enhancement New feature or request labels May 24, 2020
@naveennvrgup
Copy link
Contributor

It is good to have sqlite in the project as it is beginner friendly. How abt we create a envvar USE_SQLITE which when set to True uses sqlite or else will ask for other DB credentials.

@naveennvrgup
Copy link
Contributor

naveennvrgup commented May 24, 2020

Working with mysql/postgresql is far more preferred.

Agreed

As sqlite3 can arise issues of db conflicts.

Dont think I will be a issue as long as we have proper migrations. What u say? @BadduCoder

@sumit-badsara
Copy link
Author

So, you suggest after we have all the models then we can switch to mysql? @naveennvrgup

@naveennvrgup naveennvrgup removed the available No one has claimed the issue (or) is working on it. label May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants