From 2a221b8fcd3d087496f63beaea918af365bd51be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Sun, 26 Mar 2017 21:26:08 +0200 Subject: [PATCH] Add nanodbc library to Catch users --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 03ec3317..1509155d 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -34,6 +34,9 @@ A, single-header, JSON parsing library that takes advantage of what C++ has to o ### [MNMLSTC Core](https://github.com/mnmlstc/core) a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions +### [nanodbc](https://github.com/lexicalunit/nanodbc/) +A small C++ library wrapper for the native C ODBC API. + ### [SOCI](https://github.com/SOCI/soci) The C++ Database Access Library