Implemented SQLite starting with saving the user's credentials. Next is to save the access token and then the host uri

This commit is contained in:
kdeng00
2019-10-06 23:17:06 -04:00
parent fe15ea221f
commit bb6b08cf1a
38 changed files with 981 additions and 171 deletions
+3
View File
@@ -1,3 +1,6 @@
[submodule "app/src/main/cpp/3rdparty/json"]
path = app/src/main/cpp/3rdparty/json
url = https://github.com/nlohmann/json
[submodule "app/src/main/cpp/3rdparty/SQLiteCpp"]
path = app/src/main/cpp/3rdparty/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp