Go to file
Miklós Márton be5434551e Set ordered config in the pro file (#63)
When building the nut.pro (with multiple threads) it was possible to have a build failure until the library have not built. 
The CONFIG += ordered line solves this problem:

> When using the subdirs template, this option specifies that the directories listed should be processed in the order in which they are given.
https://doc.qt.io/qt-5/qmake-variable-reference.html
2020-01-11 17:48:47 +03:30
3rdparty new serializer commit 2019-07-08 20:08:20 +04:30
doc Add Q_DECLARE_METATYPE(Post*) to the example (#60) 2020-01-05 15:21:54 +03:30
include Merge branch 'dev' into wip/shared_pointer 2019-06-19 11:31:46 +04:30
src When specifying empty condition in the where condition the code pointed (#61) 2020-01-08 10:29:56 +03:30
test - Use SQLite for testing on Linux (#64) 2020-01-11 17:48:04 +03:30
.gitignore data types test 2019-01-20 19:59:54 +03:30
.gitmodules wip:serializer 2019-02-07 19:22:57 +03:30
.travis.yml add template to template method call 2019-08-04 11:48:15 +04:30
Doxyfile readme changes 2016-06-10 12:44:31 +04:30
LICENSE Initial commit 2016-03-09 11:05:49 +03:30
README.md Update README.md 2020-01-08 10:38:14 +03:30
appveyor.yml appveyor fixed [skip ci] (#52) (#53) 2019-08-08 19:51:41 +04:30
btc-qr.png add donate button in readme [skip ci] 2018-10-15 18:05:40 +03:30
ci-test-init.pri add template to template method call 2019-08-04 11:48:15 +04:30
nut-dynamic.pro created dynamic creation pro file [skip ci] 2019-02-28 13:08:28 +03:30
nut.pri working :-( [skip ci] 2019-06-18 20:07:03 +04:30
nut.pro Set ordered config in the pro file (#63) 2020-01-11 17:48:47 +03:30
nut.qbs qbs file fixed 2018-07-14 17:07:53 +04:30
nut.qdocconf order phrase completed 2016-06-05 16:52:26 +04:30

README.md

Nut

Travis build Status Appveyor build Status GitLicense Codacy Badge

Advanced, Powerful and easy to use ORM for Qt5

Features:

  • Easy to use
  • Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
  • Automatically create and update database
  • IDE auto complete support, No hard-code nedded
  • Table join detect
  • Suppor every Qt types. Full list

Getting start

Help needed!

We need more documentation or wiki. If you can help to improve docs please fork now!

Donate

Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj

Wallet addresst

For more information read Wiki.