Skip to content

Commit ee81346

Browse files
authored
Update README.md
1 parent 4db0d1d commit ee81346

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Databasic - All Packages
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.0-brightgreen.svg?style=plastic)](https://github.com/databasic-net/databasic-core/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.4-brightgreen.svg?style=plastic)](https://github.com/databasic-net/databasic-core/releases)
44
[![License](https://img.shields.io/badge/Licence-BSD3-brightgreen.svg?style=plastic)](https://raw.githubusercontent.com/databasic-net/databasic-core/master/LICENCE.md)
55
![.NET Version](https://img.shields.io/badge/.NET->=4.0-brightgreen.svg?style=plastic)
66

7-
Databasic - C#/VB.NET database utility
7+
C#/VB.NET database utility to write pure Microsoft SQL/MySQL/MariaDB/PostgreSql/Oracle/SQLite/ODBC/OLEDB queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery.
8+
9+
**This is universal package** containing references to all Databasic modules and ADO.NET providers.
10+
It's not a mistake to use this universal package, but your application could start a slightly slower to initialize all libraries.
11+
12+
If you want to use only a specific database type, install package like: Databasic<DatabaseType>
13+
814
This package contains references to all database provider libraries:
9-
- Microsoft SQL
10-
- MySql
15+
- Microsoft SQL Server
16+
- MySql/MariaDB
1117
- PostgreSql
18+
- OracleSql
1219
- SQLite
13-
- OracleSql (in progress)
20+
- ODBC
21+
- OLE DB

0 commit comments

Comments
 (0)