From a80b1d178c33987b28bdece45b6c4463e55732ae Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Sat, 18 Dec 2021 11:39:24 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4c19a0..884e25c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ sqlpp11 ======= -A type safe embedded domain specific language for SQL queries and results in C++ +A type safe embedded domain specific language for SQL queries and results in C++. + +```diff +!If you are a tenured user of sqlpp11, please note that +! - with 0.61 the connector libraries for mysql/sqlite/postgresql got merged into the main repo. +! - master has been renamed to main and is now the default branch +``` Documentation is found in [docs](docs/Home.md).