Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/arrow-flightsql/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Apache Arrow FlightSQL server
categories:
- other
docs:
- id: rust
url: https://docs.rs/testcontainers-modules/latest/testcontainers_modules/index.html
maintainer: community
example: |
```rust
testcontainers_modules::arrow_flightsql::ArrowFlightSQL::default().start()
```
installation: |
```bash
cargo add -F arrow_flightsql --dev testcontainers-modules
```
description: |
Apache Arrow FlightSQL is a high-performance RPC service that exposes SQL query execution and result streaming over Apache Arrow to clients, backed by an existing database or query engine.
---
Loading