Nut/README.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2016-05-12 14:32:50 +08:00
# Nut
2016-05-12 14:25:07 +08:00
[![CI build](https://github.com/HamedMasafi/Nut/workflows/CI%20build/badge.svg)](https://github.com/HamedMasafi/Nut/actions)
2019-03-10 00:09:33 +08:00
[![GitLicense](https://gitlicense.com/badge/hamedmasafi/nut)](https://gitlicense.com/license/hamedmasafi/nut)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f3802610beb946068f6cd2c2b6608a8b)](https://www.codacy.com/app/HamedMasafi/Nut?utm_source=github.com&utm_medium=referral&utm_content=HamedMasafi/Nut&utm_campaign=Badge_Grade)
2018-01-08 17:35:26 +08:00
2016-05-12 14:32:50 +08:00
## Advanced, Powerful and easy to use ORM for Qt5
2016-05-12 14:25:07 +08:00
2016-05-12 14:32:50 +08:00
2020-02-11 03:11:27 +08:00
## Features
- Easy to use
- Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
- Automatically create and update database
2020-02-11 03:11:27 +08:00
- Support for IDE autocomplete. No hard-coding is needed
- Detecting table joins
- Support common C++ and Qt-specific types ([Full list](doc/datatypes.md))
2016-05-12 14:32:50 +08:00
2020-02-11 03:11:27 +08:00
## Getting started
- [Sample codes](doc/start.md)
2019-12-09 14:22:03 +08:00
- [Shared pointer and regular mode](doc/sharedpointer.md)
- [Create database class](doc/database.md)
- [Create table class](doc/table.md)
- [Using queries](doc/query.md)
- [Supported data types](doc/datatypes.md)
2016-05-24 14:59:29 +08:00
2020-01-08 15:08:14 +08:00
## Help needed!
We need more documentation or wiki. If you can help to improve docs please fork now!
2018-10-15 22:34:50 +08:00
### Donate
2020-02-11 03:11:27 +08:00
Bitcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
2020-02-11 03:11:27 +08:00
![Wallet address](btc-qr.png)
2018-10-15 22:34:50 +08:00
For more information read [Wiki](wiki).