Currently, Android has created and stored schedule-related data through SQLite. Gear 2 is going to use IndexedDB because it wants to be linked with Samsung Gear S2.
When I send a request from the gear to the smartphone terminal using SAP, I want to send data from the smartphone terminal on a monthly basis and put it in the gear. IndexedDB is unfamiliar, so I looked it up, and it was an object-type database, not a relational database.
The beginning was a little long. What I'm curious about is what features should SQLite use to compress data and send it to IndexedDB? Gear 2 plans to dismantle and store data using JSON.
android sqlite indexeddb database
Android does not offer the ability to make data stored in the database a JSON object. Therefore, you need to implement the relevant direct functionality. If you refer to the code in the link below, it seems difficult to make the function.
582 PHP ssh2_scp_send fails to send files as intended
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.