Add the base setup of SQLDelight to data:persistency and add an AuthenticationDatabase to get started with the createApplication OAuth flow.
โ Checklist
[x] My pull request adheres to the code style of this project
[ ] My code requires changes to the documentation
[ ] I have updated the documentation as required
[x] All the tests have passed
๐งช How can this PR been tested?
๐งพ Tasks Remaining: (List of tasks remaining to be implemented)
the android database is currently using the in-memory implementation. This should be replaced after the dependency injection is finished, since we need to inject an android context for this
๐ What does this PR do?
Add the base setup of SQLDelight to
data:persistency
and add an AuthenticationDatabase to get started with the createApplication OAuth flow.โ Checklist
๐งช How can this PR been tested?
๐งพ Tasks Remaining: (List of tasks remaining to be implemented)
๐ผ๏ธ Screenshots (if applicable):