send link to app

Sqlite export tool


Developer Tools
Developer: Hongbin Deng
0.99 USD

"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.