Run examples from the repository root:
php example/01-quick-start.phpEach example:
- creates an isolated SQLite database in a temporary directory
- seeds and uses its own query files
- removes all temporary files before exit
01-quick-start.php: basic CRUD with query files02-parameter-binding.php: named, positional and special bindings03-type-safe-getters.php:fetch*and row type conversion methods04-dynamic-bindings.php:__dynamicIn,__dynamicOr, plus special bindings05-database-migrations.php: running SQL migrations withMigrator06-multiple-connections.php: named connections and switching context07-php-query-collections.php: PHP-backed query collections with custom namespace08-sqlbuilder-query-collections.php: simplephpgt/sqlbuilderquery collection methods09-sqlbuilder-overrides-and-reports.php: class-backed reports plus SQL overrides