Titanium:SQLite 数据库存储在哪里? [英] Titanium: Where is the SQLite DB Stored?

查看:37
本文介绍了Titanium:SQLite 数据库存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我启动了一个使用 sqlite 数据库的钛应用程序.我得到了奇怪的数据库结果,所以只想使用 FF SQLite Manager 浏览数据库,但我不确定数据库在哪里?

I started a titanium app that uses a sqlite db. I'm getting strange DB results so just want to browse the database using FF SQLite Manager but I'm not sure where the database is?

这是创建数据库的代码(部分):

This is the code that creates the db (part):

var db = (function() {

  //create an object which will be our public API
  var api = {};

  //maintain a database connection we can use
  var conn = Titanium.Database.open('quote');

我在 Mac 上运行 Titanium Studio.

I'm running Titanium studio on a Mac.

谢谢,

比利

推荐答案

我以为是这样的

/Library/Application\ Support/iPhone\ Simulator/.../your.app.id/..

看看.考虑有两个/Library-Folders(在 root 和 home 中).抱歉回答不准确.

have a look. consider that there are two /Library-Folders (in root and in home). sorry for the unprecise answer.

这篇关于Titanium:SQLite 数据库存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆