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) {