首页 > 解决方案 > Locating database file

问题描述

I am working with sqlite and react native .I am having problem in locating the database file which is created after this command var db = SQLite.openDatabase({name:'empRecordData.sqlite'}).I want to know where this empRecordData.sqlite file is created.I looked everywhere in the project folder but found nothing.please help me out

标签: reactjssqlitereact-native

解决方案


推荐阅读