Sébastien Rombauts 26d5e47fe6 Replace all double-quoted string literals by single quotes
Fix #481 23 test fails under FreeBSD 14.1 builtin SQLite library

The SQLITE_DQS compile-time option activates or deactivates the legacy double-quoted string literal misfeature.
Legacy behavior is that double-quoted string literals are allowed anywhere.
2024-08-17 23:16:14 +02:00
..
2024-08-13 23:11:02 -06:00

examples/example1 - main example

SQLiteCpp_Example demonstrates how to use SQLiteCpp as a subdirectory of a CMake project.

See also examples/example2 on how to use SQLiteCpp as a subdirectory of a CMake project