Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit c5b146c

Browse files
committed
2 parents 1d45289 + 533f601 commit c5b146c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ It uses Dapper for SQL execution and creates a layer on top of it to ease the qu
66

77
## Download
88

9-
For now there's no Nuget version, so you can download/clone and build the current version from GitHub.
9+
For now there's no Nuget version, so you have to download/clone and build the current version from GitHub.
1010

1111
## Supported Databases
1212

1313
* SQLite
1414
* SQL Server
1515
* Oracle DB
1616
* Postgres
17-
* MySQL (planned for Beta)
17+
* MariaDB (through MySql, full support)
18+
* MySQL (partial - no index support - planned for full release)
1819

19-
Each database has its own project. So you can only add what you'll use.
20+
Each database has its own project. You can only add what you'll use.
2021

2122
## Usage
2223

0 commit comments

Comments
 (0)