Added comment in the README.md (#35)

This commit is contained in:
Dr. Patrick Urbanke (劉自成)
2025-08-01 00:11:48 +02:00
committed by GitHub
parent dd5b73b772
commit 52dd2b1ea8

View File

@@ -173,6 +173,7 @@ const auto people = std::vector<Person>({
});
// 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) {