iphone-sqlite 管理器
我是在移动开发中使用 SQLite 的新手,在基于 Web 的应用程序上有 SQL Server、MySQL 的经验。 经过谷歌搜索后,我发现 sql browser 和 navicut 可用于 sqlite 管理器。在研究它们时,意识到它们有很多错误。现在我正在尝试 Firefox SQLite 插件。有人可以推荐一个好的 Mac 版 SQLite 客户端吗?在您回答之前,我正在尝试适用于 mac 的 Firefox sqlite 插件。 谢谢。
i am newb in using SQLite in mobile development having experience in sql server, MySQL on web based applications.
After googling around I found sql browser and navicut to use for sqlite manager. While working on both of them, realising they are very buggy.Now i am trying Firefox SQLite plugin.Can someone please suggest good SQLite client for mac. Till your answers I am trying Firefox sqlite add-on for mac.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试Base。
Try Base.
我不确定你提到的是哪个 SQLite Manager,有一个 Firefox 插件和一个本机 Mac 应用程序。我使用 Mac 应用程序 SQLiteManager 一段时间,发现它快速且易于使用,即使它有一些怪癖。我认为这根本不是问题。不过它很贵。
我无法忍受 Firefox 插件(名为 SQLite Manager,带有空格)。
I'm not sure which SQLite Manager you were mentioning, there's a Firefox add-on and a native Mac app. I've used the Mac app, SQLiteManager for a while and found that it's quick and easy to use, even if it has a few quirks. I don't think it's buggy at all. It is pricey though.
I couldn't stand the Firefox plugin (which is called SQLite Manager, with a space).
SQLVue,我公司今年刚刚在 Mac App Store 上发布week,是一款适用于 Mac OS X 的轻量级 SQLite 开发工具。
SQLVue, which my company just released on the Mac App Store this week, is a lightweight SQLite development tool for Mac OS X.
SQLiteFlow
由于您在 iOS 应用程序开发中使用 SQLite,我最近发现 SQLiteFlow 很不错。我认为它的突出功能之一是它可以处理数据库目录更改,这确实意味着当您在 iOS 模拟器中调试 iOS 应用程序时,每次通过 Xcode 启动应用程序时,您的 SQLite 数据库目录都会更改。
SQLiteFlow
Since you're using SQLite in iOS app development, I recently found SQLiteFlow is nice. And one of its outstanding feature I think is it can handle database directory changes, this really mean something when you debug your iOS app in an iOS simulator which your SQLite database directory will change every time your app launch through Xcode.