Skip to content

Commit ad1c7a7

Browse files
committed
readme
1 parent 6eee107 commit ad1c7a7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
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+
```

0 commit comments

Comments
 (0)