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:
|
## Features:
|
||||||
- Easy to use
|
- Easy to use
|
||||||
- Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
|
- Support PosgtreSQL, MySQL, SQLite and Microsoft Sql Server
|
||||||
- Automatically create and update database
|
- Automatically create and update database
|
||||||
- IDE auto complete support, No hard-code nedded
|
- IDE auto complete support, No hard-code nedded
|
||||||
- Table join detect
|
- Table join detect
|
||||||
- Suppor every Qt types. [Full list](doc/datatypes.md)
|
- Suppor every Qt types. [Full list](doc/datatypes.md)
|
||||||
|
|
||||||
## Getting start
|
## Getting start
|
||||||
- [Sample codes](doc/start.md)
|
- [Sample codes](doc/start.md)
|
||||||
- [Shared pointer and regular mode](sharedpointer.md)
|
- [Shared pointer and regular mode](sharedpointer.md)
|
||||||
- [Create database class](database.md)
|
- [Create database class](database.md)
|
||||||
- [Create table class](table.md)
|
- [Create table class](table.md)
|
||||||
- [Using queries](query.md)
|
- [Using queries](query.md)
|
||||||
- [Supported data types](datatypes.md)
|
- [Supported data types](datatypes.md)
|
||||||
|
|
||||||
### Donate
|
### Donate
|
||||||
Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
|
Butcoin address: 1Dn1WHKkaxanXe4cTGDk4cFRRABxLUpEVj
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue