react-native-store icon indicating copy to clipboard operation
react-native-store copied to clipboard

It is recommended to use table instead of database

Open cdmalcl opened this issue 9 years ago • 2 comments

Storage recommendations can use table instead of database, you can add table prefix, to avoid conflicts, but also facilitate unified delete. This can improve the efficiency, but also convenient to operate outside the library program.

cdmalcl avatar Feb 28 '16 10:02 cdmalcl

the Model is like the table, you can add model prefix with model name.

thewei avatar Feb 29 '16 01:02 thewei

i mean, efficiency and clear

cdmalcl avatar Feb 29 '16 13:02 cdmalcl