voltrondata / sqlflite

An example Flight SQL Server implementation - with DuckDB and SQLite back-ends.
Apache License 2.0
205 stars 23 forks source link

Add library - and create static executable #21

Closed prmoore77 closed 9 months ago

prmoore77 commented 9 months ago

This represents a refactor of the CMakeLists.txt that builds Arrow, DuckDB, and SQLite from source. This allows us to build a static library for Flight SQL Server, and a statically linked executable with all dependencies built-in.

Closes #6 Closes #5