update readme

This commit is contained in:
28810 2019-09-14 22:49:24 +08:00
parent 8ad9198f0e
commit f43b740392
2 changed files with 5 additions and 1 deletions

BIN
functions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img height="210" src="https://user-images.githubusercontent.com/16286519/64791495-63fa1080-d5aa-11e9-8563-04d55fb54293.png"/> <img height="210" src="https://github.com/2881099/FreeSql/blob/master/logo.png?raw=true"/>
</p> </p>
FreeSql 是一个功能强大的对象关系映射程序(O/RM),支持 .NETCore 2.1+ 或 .NETFramework 4.5+QQ群4336577 FreeSql 是一个功能强大的对象关系映射程序(O/RM),支持 .NETCore 2.1+ 或 .NETFramework 4.5+QQ群4336577
@ -62,6 +62,10 @@ FreeSql 是一个功能强大的对象关系映射程序(O/RM),支持 .NETCore
| FreeSql.Extensions.JsonMap | NETStandard2.0、net45 | | FreeSql.Extensions.JsonMap | NETStandard2.0、net45 |
| FreeSql.Extensions.BaseEntity | NETStandard2.0 | | FreeSql.Extensions.BaseEntity | NETStandard2.0 |
<p align="center">
<img src="https://github.com/2881099/FreeSql/blob/master/functions.png?raw=true"/>
</p>
# Quick start # Quick start
> dotnet add package FreeSql.Provider.Sqlite > dotnet add package FreeSql.Provider.Sqlite