project is not supported. see orm-qt for future realses
Realization of ORM technology with Qt.
Under New BSD License.
You can build this library as dynamic or static using you favorite IDE. Or directly in terminal (i.e. bash):
$ cd src/
$ qmake
$ make
Compile doxygen documentation to total library description.
Project documentation placed in code and written with doxygen style. Doxygen configuration file called "Doxyfile" and placed in root. To compile all documentation by default i.e. use terminal:
$ doxygen
Now all files placed in folder docs/html/ in HTML format.
There is one example in source code, which describe how to create, delete, find with EOrm and past find results in Qt`s MVC. If you are linux and library not found, try
$ export LD_LIBRARY_PATH=/path/to/eorm/library:$LD_LIBRARY_PATH
-
v.0.9.0
- init commit
-
v.0.9.1
- fix: documentation
- fix: error reportning
-
v.0.9.2
- fix: README, LICENSE, documentation
- add: primary key name setted as in database by default ("id" was before)