SQLite database adb from configuration to query table data throughout the process-----dedicated to beginners

Source: Internet
Author: User
Tags sqlite sqlite database

1. E:\Android\android-sdk-windows\platform-tools "Place the path of the Adb.exe file in path, set the environment variable"

2. Adb-s emulator-5554 (simulator ID) shell into the simulator data management

3. LS: View data, CD: Switch directory, into the Data/data/com.ning.keypass (app package name) path, you can see Keypass.db (database file created in the code);

4. Sqlite3 Keypass.db (the name of the database created in the code, must be all written to, with the suffix, if the input name does not exist, you will create a new one)

Below are some of the help commands for SQLite that can be tapped.

5. Several frequently used SQLite commands:

. exit: Exit the current database (do not forget the previous point);

The. Database displays the current databases

. Tables View data tables in the current database

After you see the table, you can write SQL, query, or modify the table:

SQLite database adb from configuration to query table data throughout the process-----dedicated to beginners

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.