From 9b52a657522a79854314b5d04364df99a2a40c7a Mon Sep 17 00:00:00 2001 From: wonderix Date: Thu, 2 Nov 2023 20:27:55 +0100 Subject: [PATCH] Add link to crystal-tds --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66fa080..e000aca 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Common db api for crystal. You will need to have a specific driver to access a d * [ODBC](https://github.com/naqvis/crystal-odbc) * [Cassandra](https://github.com/kaukas/crystal-cassandra) * [DuckDB](https://github.com/amauryt/crystal-duckdb) +* [Microsoft SQL Server](https://github.com/wonderix/crystal-tds) ## Installation