qtpersistence-0.1.1

所属分类:中间件编程
开发工具:QT
文件大小:67KB
下载次数:5
上传日期:2013-08-18 22:10:03
上 传 者xiachen1653
说明:  qt写的数据库持久层,不知道能用否,试一试吧。
(QT PERSISTENT)

文件列表:
qtpersistence-0.1.1 (0, 2010-01-10)
qtpersistence-0.1.1\COPYING.LESSER (7637, 2009-04-09)
qtpersistence-0.1.1\COPYING (35147, 2007-07-02)
qtpersistence-0.1.1\Source.kdev4 (54, 2009-11-27)
qtpersistence-0.1.1\cmake (0, 2009-12-12)
qtpersistence-0.1.1\cmake\modules (0, 2010-01-09)
qtpersistence-0.1.1\cmake\modules\FindGMock.cmake (4110, 2009-12-12)
qtpersistence-0.1.1\HACKING (4313, 2009-12-30)
qtpersistence-0.1.1\CMakeLists.txt (1836, 2009-12-17)
qtpersistence-0.1.1\.kdev4 (0, 2009-12-23)
qtpersistence-0.1.1\.kdev4\Source.kdev4 (457, 2009-12-23)
qtpersistence-0.1.1\CTestConfig.cmake (552, 2009-12-17)
qtpersistence-0.1.1\QtPersistence.doap (1650, 2009-12-29)
qtpersistence-0.1.1\INSTALL (1018, 2010-01-09)
qtpersistence-0.1.1\src (0, 2010-01-10)
qtpersistence-0.1.1\src\core (0, 2010-01-07)
qtpersistence-0.1.1\src\core\databaseconfiguration_p.h (1506, 2009-12-30)
qtpersistence-0.1.1\src\core\newobjectsavestate.h (1025, 2009-12-30)
qtpersistence-0.1.1\src\core\qtpersistence.cpp (1109, 2009-12-30)
qtpersistence-0.1.1\src\core\qpersistantobject.h (1293, 2009-12-30)
qtpersistence-0.1.1\src\core\newobjectsavestate.cpp (2311, 2010-01-07)
qtpersistence-0.1.1\src\core\qpersistantobject.cpp (2261, 2009-12-30)
qtpersistence-0.1.1\src\core\databaseconfiguration.cpp (2734, 2009-12-30)
qtpersistence-0.1.1\src\core\objectsavestate.h (1046, 2009-12-30)
qtpersistence-0.1.1\src\core\introspection.h (1060, 2009-12-30)
qtpersistence-0.1.1\src\core\qpersistantobject_p.h (1190, 2009-12-30)
qtpersistence-0.1.1\src\core\introspection.cpp (1911, 2009-12-30)
qtpersistence-0.1.1\src\core\objectloader.h (2242, 2010-01-07)
qtpersistence-0.1.1\src\core\existingobjectsavestate.cpp (2184, 2010-01-07)
qtpersistence-0.1.1\src\core\qtpersistence.h (1479, 2009-12-30)
qtpersistence-0.1.1\src\core\existingobjectsavestate.h (1093, 2009-12-30)
qtpersistence-0.1.1\src\utils (0, 2010-01-07)
qtpersistence-0.1.1\src\utils\inflection.cpp (9058, 2009-12-30)
qtpersistence-0.1.1\src\utils\inflection.h (1837, 2009-12-30)
qtpersistence-0.1.1\src\utils\inflection_p.h (2041, 2009-12-30)
qtpersistence-0.1.1\src\CMakeLists.txt (1156, 2010-01-01)
qtpersistence-0.1.1\src\tests (0, 2010-01-10)
qtpersistence-0.1.1\src\tests\qpersistantobjecttest.cpp (1891, 2010-01-07)
... ...

QtPersistence - an ORM framework for Qt --------------------------------------- QtPersistence is a project to create an ORM library for Qt Users. Its loosely based on ideas from both the Active Record and Data Mapper Ruby ORM projects. Currently (as of 0.1) the only thing supported is object saving and loading. Eventually, the goal is to add support for the following: * schema generation * migration of existing objects * validations * relationship mapping * anything else you would expect an ORM framework to support. Dependencies ------------ * Qt 4.6 * Google Test Framework 1.4.0 * Google Mock Object Framework 1.4.0 Installation Instructions ------------------------- 1. Checkout the project. 2. Configure the build options with CMake. 3. Run 'make'. 4. Run 'make install'. Notes on Contributing --------------------- 1. Fork the project on Gitorious. 2. Write some code - be sure to follow the HACKING file. 3. Send a merge request. 4. Get your merge request integrated. 5. Have fun! Be sure to write test cases and verify that they exercise as much of your code as possible. The git repository is set up to hit the CDash instance at mattr.info if you want to run an Experimental build to get an idea of what is and isn't covered by your tests.

近期下载者

相关文件


收藏者