Skip to content

Commit 764c639

Browse files
authored
Update README.md
1 parent ed8da35 commit 764c639

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
![DotNET](https://github.com/kccarter76/SubSonic-Core/workflows/DotNET/badge.svg?branch=master)
22
![Downloads](https://img.shields.io/nuget/dt/SubSonic.Core)
3-
![Nuget](https://img.shields.io/nuget/v/SubSonic.Core)
4-
<!--![Nuget](https://img.shields.io/nuget/vpre/SubSonic.Core)--->
5-
# SubSonic-Core
3+
4+
# SubSonic-Core ![Nuget](https://img.shields.io/nuget/v/SubSonic.Core)
5+
<!---![Nuget](https://img.shields.io/nuget/vpre/SubSonic.Core)--->
66
Fast Data Access, your database should belong to SubSonic.
77

8+
# SubSonic.Extensions.SqlServer ![Nuget](https://img.shields.io/nuget/v/SubSonic.Extensions.SqlServer)
9+
SqlServer Db Client and Factory
10+
11+
# SubSonic.Extensions.Test ![Nuget](https://img.shields.io/nuget/v/SubSonic.Extensions.Test)
12+
MockSubSonic Db Client and Factory, primary purpose is for unit testing and faking the database server.
13+
814
# Why should you switch to SubSonic
915
<ul>
1016
<li>User-Defined table types (UDTT) are performant, used in stored procedures, insert, update and delete database calls reduces the number of parameters needed to pass to the database. This has reduced the time taken to generate an insert statement of three records with three columns of data by 75%. That is a significant savings in computer time.</li>

0 commit comments

Comments
 (0)