From 245afa448e6b17c045d8003f57e7330aeea2adff Mon Sep 17 00:00:00 2001 From: Mustafa Kemal GILOR Date: Sun, 12 Mar 2023 19:46:23 +0300 Subject: [PATCH] Add `tdslite` MSSQL connector library (#2566) tdslite is a lightweight, platform-independent MS-TDS implementation written in pure C++11 that can work with just 2kB of SRAM. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 12da3fae..8d564302 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5649,3 +5649,4 @@ https://github.com/adafruit/PicoDVI https://github.com/ripred/fANSI https://github.com/scottchiefbaker/Arduino-SimpleSyslog https://github.com/leftCoast/LC_slowServo +https://github.com/mustafakemalgilor/tdslite