-
Notifications
You must be signed in to change notification settings - Fork 33
Implement Store via sqlite #301
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
Conversation
This reverts commit 9171272.
Also * Fix uuid decoding from contacts tables * Avoid verification state inserts when missing data * Optimize updating of sessions and identities.
The |
I think in their situation (in sqlx repo), the ignored .sqlx directory actually contains some artifacts created by their tests. In our case, we actually want to include those files. Otherwise, it is not possible to compile the code without setting up a database. |
I forwarded the question as a discussion in the sqlx repository. Let's see what they have to say regarding adding |
Seems like you are right adding the |
It's important for CI verification. We can also add an entry in the |
Sounds good. |
Excellent! Thank you very much! |
Partially based on #287
Manually tested with gurk.