# DuckDB CLI Tests
This directory contains test suites specific to the DuckDB backend for FlowCode. Tests here focus on DuckDB session management, SQL query mapping, data interchange between FlowCode and DuckDB, and DuckDB-specific verb implementations.
## Key Test Files
- `duckdb_tests.rs`: Tests for DuckDB session functionality and data handling.
- `duckdb_verbs_tests.rs`: Tests for mapping FlowCode verbs to DuckDB SQL queries.