Commit d1a09ec
feat: add ds_mysql.hpp convenience umbrella header
Adds lib/include/ds_mysql.hpp that includes the three top-level headers
needed to work with the library:
- mysql_database.hpp (connection, queries, result sets)
- mysql_metadata.hpp (runtime schema introspection)
- sql_extension.hpp (extra query-builder helpers)
All other headers (sql.hpp, schema_generator.hpp, column_field.hpp,
varchar_field.hpp, sql_identifiers.hpp, sql_temporal.hpp, mysql_config.hpp,
credentials.hpp, …) are pulled in transitively.
Update both examples to use #include "ds_mysql.hpp" instead of the
individual per-header includes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2cd53b3 commit d1a09ec
3 files changed
Lines changed: 19 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 28 | + | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 17 | + | |
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments