This repo demonstrates how to build an Apache Arrow Flight SQL server implementation using DuckDB or SQLite as a backend database. It enables authentication via middleware and allows for encrypted ...
To use your own data, set the DATABASE_URL environment variable (e.g., export DATABASE_URL=sqlite:///my-database.db). If you'd like to use a database other than ...