vasern / vasern

Vasern is a fast, lightweight and open source data storage for React Native

Home Page:https://vasern.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(security) Does the data file accessible by other apps?

apppro123 opened this issue · comments

How secure is this database?
Is it accessible by other apps?

Hey @apppro123, the database is saved internally, only accessible by your app. Other apps won't be able to access it.

References:

  • For Android: Internal storage section at Files - Android Developer
  • For iOS (and MacOS): Table 1-2 Commonly used directories in macOS at File System Basics - Apple Developer stated that:
    only the Public directory is accessible by other users on the system. 
    Access to the other directories is restricted by default.
    

Thank you for your fast response!

You're welcome @apppro123. I try to be as responsive as possible. Besides, I made an update for this issue title to be more descriptive (helps others able to find it).

I am currently working on version 0.3.0-rc which has a bit of data structure changes, more query features including paging, sort, limit, include (similar to join in SQL), etc. Hopefully will be available end of this month :)

Thank you: i'm not good at making titles ;)

So it is kind a like local storage for web browser right ?

@arnaud-zg Yes, it is local storage (or database) but only for React Native.

I will close this issue since it has been resolved. Also, feel free to reopen or create a new one again