# exarrow-rs Documentation

ADBC-compatible driver for Exasol with Apache Arrow data format support.
## Documentation
- [Setup & Connect](setup-and-connect.md) - Docker setup, connection strings, parameters, and TLS configuration
- [Queries](queries.md) - Query execution, results, and transactions
- [Prepared Statements](prepared-statements.md) - Parameter binding and prepared statements
- [Import / Export](import-export.md) - CSV, Parquet, and Arrow bulk data transfer
- [Type Mapping](type-mapping.md) - Exasol to Arrow type conversions
- [Driver Manager](driver-manager.md) - FFI/ADBC driver manager integration
## Additional Resources
- [API Documentation (docs.rs)](https://docs.rs/exarrow-rs)
- [Examples](https://github.com/exasol-labs/exarrow-rs/tree/main/examples)
- [GitHub Repository](https://github.com/exasol-labs/exarrow-rs)