Sqlite export tool
by Hongbin Deng
v1.0
Β·
Updated 3 months ago
Β·
2.44 Mb
Β·
Released Sep 2013
Key Features
π€
Export & Share
ποΈ
Database
βοΈ
Automation / Macros
About Sqlite export tool
"Sqlite to entity tool" Β is a useful tool Β to help developer to export the entity class file from a sqlite3 database. It can help developers save time and avoid writing some annoying code!
Also you can export to plist and the json file with your sqlite database, it is convenient that to be used in the some projects.
features:
1.It support that export to different platform entity class:
βobjective-c entity( XXX.h and XXX.m file);
βjava(XXX.java file);
βc sharp( XXX.cs file);
βc++ (XXX.h and XXX.cpp file);
2. Automatic smart recognise:
β The property type of export entity will be smart recognised to match the suitable format. For example , if you export a entity for objective-c , the βintegerβ type in sqlite will be convert to βNSIntegerβ, βtextβwould be match to βNSStringβ .etc
β Of course the tool also can let you convert all the property type to string type of the entity by selecting the check box in βexport configureβ ;
3. Before exporting , you can edit the entity name and the property name if you need.
4.Support to export to plist and the json file with your sqlite database.