Update Database.md

This commit is contained in:
Roland Bock
2021-12-31 17:11:18 +01:00
committed by GitHub
parent b1b28715fe
commit db969e9886
+1 -1
View File
@@ -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.