code-gen Code
This utility will generate the entire database code for Android and io
Status: Alpha
Brought to you by:
vipullal
File | Date | Author | Commit |
---|---|---|---|
makefiles | 2017-11-08 |
![]() |
[7ffdfa] added makefile for linux |
src | 2017-11-12 |
![]() |
[818a6f] Deleted .DS_Store files |
README.md | 2017-11-04 |
![]() |
[337da7] README.md created online with Bitbucket |
This README would normally document whatever steps are necessary to get your application up and running.
Version 1.0.0
This program will generate Objective-C and Android (Java) code for persisting objects into an SQLIte database.
It is written in C++ and will compile on any platform (Unix, Mac or Windows), though you will require cmake to
generate the makefiles.
I have tested it on Mac.
The code requires C++ 14 compatible compiler.
make
This will compile the code and create the executable. If you built the debug target, the executable will be in:
./build/codegen/Debug/codegen
You can run this using the sample .xml:
../build/codegen/Debug/codegen src/sample1/test.xml
Summary of set up