Skip to content

Commit

Permalink
sqlite based data caching and syncing added
Browse files Browse the repository at this point in the history
  • Loading branch information
kriit24 committed Oct 15, 2024
1 parent 16ae8e6 commit 394baec
Show file tree
Hide file tree
Showing 38 changed files with 1,339 additions and 1,069 deletions.
116 changes: 85 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm i project-rest-client

[Config](https://github.com/kriit24/project-rest-client/tree/master/src/docs/config)
[Live](https://github.com/kriit24/project-rest-client/tree/master/src/docs/live)
[Offline](https://github.com/kriit24/project-rest-client/tree/master/src/docs/offline)
[Offline SQL](https://github.com/kriit24/project-rest-client/tree/master/src/docs/sql)
[Models](https://github.com/kriit24/project-rest-client/tree/master/src/docs/models)
[Query](https://github.com/kriit24/project-rest-client/tree/master/src/docs/query)
[REST api](https://github.com/kriit24/project-rest-client/tree/master/src/docs/rest_api)
Expand Down
61 changes: 58 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-rest-client",
"version": "1.2.7",
"version": "1.2.8",
"description": "Project DB Rest Api client",
"main": "src/index.js",
"react-native": "src/index.js",
Expand Down Expand Up @@ -56,6 +56,8 @@
"crypto-es": "^2.1.0",
"expo": "^51.0.2",
"expo-file-system": "~17.0.1",
"project-can-json": "^1.0.1"
"expo-sqlite": "^14.0.3",
"project-can-json": "^1.0.1",
"react-native-sse": "^1.2.1"
}
}
Loading

0 comments on commit 394baec

Please sign in to comment.