0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.