Remove extra indent in bullets [skip ci]
This commit is contained in:
parent
ab5b0f694d
commit
62470c6f6b
24
README.md
24
README.md
|
|
@ -9,20 +9,20 @@
|
|||
|
||||
|
||||
## 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](doc/datatypes.md)
|
||||
- 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](doc/datatypes.md)
|
||||
|
||||
## Getting start
|
||||
- [Sample codes](doc/start.md)
|
||||
- [Shared pointer and regular mode](sharedpointer.md)
|
||||
- [Create database class](database.md)
|
||||
- [Create table class](table.md)
|
||||
- [Using queries](query.md)
|
||||
- [Supported data types](datatypes.md)
|
||||
- [Sample codes](doc/start.md)
|
||||
- [Shared pointer and regular mode](sharedpointer.md)
|
||||
- [Create database class](database.md)
|
||||
- [Create table class](table.md)
|
||||
- [Using queries](query.md)
|
||||
- [Supported data types](datatypes.md)
|
||||
|
||||
### Donate
|
||||
Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
|
||||
|
|
|
|||
Loading…
Reference in New Issue