Is TinyDB capacity somehow limited or it is limited the only with device storage space?
Is it possible to build an apk with partially pre-filled TinyDB so that when a user apk downloads and installs, the application can with a database query use that data?
I'm a complete layman. How csv-fail will created? How it to put along with an apk? How to use a csv file as an asset to fill your TinyDB when your app starts the first time?
PS. And besides, I'm worried that for the test I tried to put 300 characters long text in the CloudDB tag, it wrote it down and the value below it, but I can't delete it. The value was deleted, but ClearTag does not work on this tag.
yes
what about reading a bit in the community... especially the links @Peter already provided...
try the extension from @Juan_Antonio to import a prefilled TInyDB from the assets on first run of your app
I need to explain a little so that you can understand why it is difficult to find such a specific situation in these voluminous materials.
Namely, I program an app that, depending on its use, stores unknown data in a structure I don't know, but it needs to be put into google play later with the app so, that the user who downloads the app and starts using can continue from the created level.
So I can't put that data in a file myself. Is it possible from installed application created database to back up a csv file and restore it to the original database later? How to upload csv file in play console with apk or aab?