美文网首页
android studio 插件SQLScout 查看

android studio 插件SQLScout 查看

作者: proud2008 | 来源:发表于2017-05-05 17:36 被阅读806次

SQLScout,在 Android studio 内连接并操作 Android 设备上 sqlite 数据库。

SQLScout in Android Studio
特性
数据库结构浏览器 where you can connect to SQLite databases, browse their schemas and data, and open SQL editors and diagrams.

强大的SQL编辑器 where you can easily write and execute statements to query and manipulate data, with the help of syntax highlighting, code completion, reference navigation, refactoring and more!

Slick data console that features viewing query results and manipulating table data, free of SQL statements. You can also export its contents to different formats.

Intuitive diagrams that helps you quickly view and understand all the tables in a schema and their relationships.

下载地址及安装方法:
http://www.idescout.com/download/

Installing SQLScout
To install SQL on Android Studio or IntelliJ IDEA, please follow these steps:
Open the “Settings” (on Windows and Linux) or “Preferences” (on Mac) dialog

Select “Plugins” from the list on the left side

Click “Install plugin from disk…”

Select SQLScout.zip in the file system

Restart the IDE

Activation Notice
Installing SQLScout
Activating SQLScout
(These instructions apply to the licensed version of SQLScout, not the trial version)After installing SQLScout, the IDE will show the notification balloon below. Click the link “Activate SQLScout”.
licensing_balloon
SQLScout Activation Notice
The dialog “Activate SQLScout” will be displayed. Please enter the license key you received via email and press the “Activate” button.
Activating SQLScout
"Activate SQLScout" Dialog
SQLScout will validate your license key. Once validation is complete, you will be able to use SQLScout.

相关文章

网友评论

      本文标题:android studio 插件SQLScout 查看

      本文链接:https://www.haomeiwen.com/subject/dojstxtx.html