How to access database and create table in Rhomobi

2019-09-02 06:50发布

I am new to Rhomobile. I am developing application in Rhomobile. Can any one guide me How can view the database and tables in RHOMOBILE and How can create a database and tables.

I have seen the RHOMOBILE tutorials. I did't get any clear idea. Pleas Guide me.

1条回答
Juvenile、少年°
2楼-- · 2019-09-02 07:26

If in Windows you can view your database in the file under your gem's folder in the path
platform/wm/bin/win32/rhodes/Debug/rho/db/syncdblocal.sqlite

You can use SQLite Database Browser (http://sqlitebrowser.sourceforge.net) to manipulate your data. Download it at SourceForge SQLiteBrowser Project Page.

查看更多
登录 后发表回答