This commit is contained in:
28810 2019-01-02 09:30:45 +08:00
parent 4161d346a9
commit a61b570ca7
5 changed files with 3 additions and 4 deletions

2
.gitattributes vendored
View File

@ -60,4 +60,4 @@
#*.pdf diff=astextplain #*.pdf diff=astextplain
#*.PDF diff=astextplain #*.PDF diff=astextplain
#*.rtf diff=astextplain #*.rtf diff=astextplain
#*.RTF diff=astextplain #*.RTF diff=astextplain

1
.gitignore vendored
View File

@ -17,7 +17,6 @@
[Rr]eleases/ [Rr]eleases/
[Xx]64/ [Xx]64/
[Xx]86/ [Xx]86/
[Bb]uild/
bld/ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018 Copyright (c) 2018 YeXiangQin
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -9,7 +9,7 @@ FreeSql 支持 MySql/SqlServer/PostgreSQL 数据库技术实现。
FreeSql 打造 .NETCore 最方便的 ORMdbfirst codefirst混合使用codefirst模式下的开发阶段建好实体不用执行任何操作即能创建表和修改字段dbfirst模式下提供api+模板自定义生成代码作者提供了3种模板,您可以持续关注或者参与给出宝贵意见QQ群4336577。 FreeSql 打造 .NETCore 最方便的 ORMdbfirst codefirst混合使用codefirst模式下的开发阶段建好实体不用执行任何操作即能创建表和修改字段dbfirst模式下提供api+模板自定义生成代码作者提供了3种模板,您可以持续关注或者参与给出宝贵意见QQ群4336577。
[《Select查询数据文档》](Docs/select.md) | [《Update更新数据文档》](Docs/update.md) | [《Insert插入数据文档》](Docs/insert.md) | [delete删除数据文档》](Docs/insert.md) [《Select查询数据文档》](Docs/select.md) | [《Update更新数据文档》](Docs/update.md) | [《Insert插入数据文档》](Docs/insert.md) | [Delete删除数据文档》](Docs/delete.md)
[《Expression 表达式函数文档》](Docs/expression.md) | [《CodeFirst 快速开发文档》](Docs/codefirst.md) | [《DbFirst 快速开发文档》](Docs/dbfirst.md) [《Expression 表达式函数文档》](Docs/expression.md) | [《CodeFirst 快速开发文档》](Docs/codefirst.md) | [《DbFirst 快速开发文档》](Docs/dbfirst.md)