mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update README.md
This commit is contained in:
parent
8c246099f1
commit
eb9933aa82
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## SqlSugar
|
## 🍬SqlSugar
|
||||||
|
|
||||||
|
|
||||||
SqlSugar ORM is a library providing Object/Relational Mapping (ORM) support to applications, libraries, and frameworks.
|
SqlSugar ORM is a library providing Object/Relational Mapping (ORM) support to applications, libraries, and frameworks.
|
||||||
@ -23,7 +23,7 @@ Using SqlSugar is very simple , And it's powerful.
|
|||||||
- Support MySql、SqlServer、Sqlite、Oracle 、 postgresql 、达梦、人大金仓 、神通数据库
|
- Support MySql、SqlServer、Sqlite、Oracle 、 postgresql 、达梦、人大金仓 、神通数据库
|
||||||
|
|
||||||
|
|
||||||
## Join query
|
## 🍳Join query
|
||||||
Super simple query syntax
|
Super simple query syntax
|
||||||
```cs
|
```cs
|
||||||
var query5 = db.Queryable<Order>()
|
var query5 = db.Queryable<Order>()
|
||||||
|
Loading…
Reference in New Issue
Block a user