From 52dd2b1ea8518b6a82aef2df63d1061b6de717d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Patrick=20Urbanke=20=28=E5=8A=89=E8=87=AA=E6=88=90?= =?UTF-8?q?=29?= Date: Fri, 1 Aug 2025 00:11:48 +0200 Subject: [PATCH] Added comment in the README.md (#35) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 940303d..2976d0e 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ const auto people = std::vector({ }); // Automatically creates table if it doesn't exist +// (recall that the table is fully defined at compile time) const auto result = sqlgen::write(conn, people); if (!result) {