Xamarin Sqlite本地文件路径

时间:2017-06-19 19:04:34

标签: c# database sqlite xamarin local-database

我有一个应用程序(Xamarin.Forms跨平台),它使用SQLite在本地操作数据。我已经初始化了这样的数据值:

static UserDatabase database;

database = new UserDatabase(DependencyService.Get<ILocalFileHelper>().GetLocalFilePath("User.db3")); //sv67219.Diabetes_App.dbo"));

这似乎完美无缺,但我不知道数据库存储的确切位置。换句话说,“User.db3”存储在哪里? (哪个文件夹?)。

我想知道这个,因为我想通过DBBrowser查看我的数据库。没有DBBrowser的Coz我不知道正在创建什么表以及后台正在进行什么(否则我会使用每个场景的查询来输出值)。

谢谢!

1 个答案:

答案 0 :(得分:1)

第1步:转到以下目录

  

C:\用户... \应用程序数据\本地\的Android \ SDK \工具\ lib中\

第2步:点击以下应用 monitor.exe

enter image description here

第3步:选择模拟器

enter image description here

第4步:点击数据文件夹,然后再次点击数据文件夹

enter image description here

第5步:找到您的应用( com.xxx.xxxx.xxxx ),然后选择文件文件夹。然后你可以看到 xxxx.sql