-
Notifications
You must be signed in to change notification settings - Fork 26
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
Store User Data ina DB #6
Comments
Doing this in a clean way requires changing We need to choose which DB toolkit we will use for migrations:
BTW, how much decision power will you allocate to me? Can I solve questions like this one by myself? You, at least, should advise me on whether to use SQLAlchemy or an alternative. |
@vporton I would not bother with migration, you can just change the table. I am fine adding it though. SQLALchemy is the one I was using in my previous job. It is good enough. 👍 |
Currently users are stored in the file system. We should persist users in the DB
The text was updated successfully, but these errors were encountered: