SQLite database management tool in Cocos2d-x

Source: Internet
Author: User
Tags sqlite sqlite database win32

Once the database is created, we may want to see if the data in the database was successfully inserted, and many people prefer to use the graphical interface tools to manage the SQLite database. SQLite GUI management tool has many, I recommend using Sqlitestudio tool, Http://sqlitestudio.pl/?act=download. The Sqlitestudio tool supports cross-platform support for multiple languages, including Chinese. You can export a variety of formats such as SQL, CSV, HTML, and XML.
Start the Sqlitestudio tool, interface, through the menu "database" → "add Database", Pop-up dialog box, in the database file select "< project directory >\proj.win32\debug.win32\ Noteslist.sqlite3", Noteslist.sqlite3 is generated by initializing the database.

Using the Sqlitestudio tool

Add Database dialog box

Click the "OK" button to open the database, in the left navigation tree, double-click "Noteslist.sqlite3" → "Table" → "Note", then click on the right "data" tab, so we can open the Note table. The shortcut button below us manages the table.

Open Note table



Manage table shortcut buttons

In addition, we can manage the database through the Sqlitestudio tool. Sqlitestudio tools are very powerful and we don't introduce them.

For more information, please pay attention to the first Cocos2d-x 3.2 Edition book "Cocos2d-x: C + + volume" book Exchange Discussion website: http://www.cocoagame.net
For more exciting video courses, please follow the Cocos class: Http://v.51work6.com Welcome to join the COCOS2D-X Technical Discussion group: 257760386 Welcome to the Luxgen iOS classroom public Platform

SQLite database management tool in Cocos2d-x

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.