File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- # databasic-mssql
2
- C#/VB.NET database utility, MySQL package.
1
+ # Databasic - Microsoft SQL Package
2
+
3
+ [ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v1.1.0-brightgreen.svg?style=plastic )] ( https://github.com/databasic-net/databasic-core/releases )
4
+ [ ![ License] ( https://img.shields.io/badge/Licence-BSD3-brightgreen.svg?style=plastic )] ( https://raw.githubusercontent.com/databasic-net/databasic-core/master/LICENCE.md )
5
+ ![ .NET Version] ( https://img.shields.io/badge/.NET->=4.0-brightgreen.svg?style=plastic )
6
+
7
+ Databasic - C#/VB.NET database utility
8
+ - focusing on queries primarily based on pure SQL commands, no linq transations
9
+ - arranging data into primitive types, typed active record classes, collections and more
10
+ - allowing to run any nonselect queries
11
+
12
+ ## Instalation
13
+ ``` nuget
14
+ PM> Install-Package Databasic.MsSql
15
+ ```
You can’t perform that action at this time.
0 commit comments