diff --git a/docs/Database.md b/docs/Database.md index e85aeb8c..ddaea3e0 100644 --- a/docs/Database.md +++ b/docs/Database.md @@ -1,4 +1,4 @@ -# Introduction +# Database Connectors Using sqlpp11 requires of three logical parts: 1. The actual tables of a database are represented structs, usually generated by sql2cpp. These structs contain compile-time information about each colum such as name and data type.