voltrondata / flight-sql-server-example

An example Flight SQL Server implementation - with DuckDB and SQLite back-ends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Makefile

rupurt opened this issue · comments

How do you feel about adding a Makefile which abstracts away the steps of building the project?

That would also make it easier to package with something like Nix.

hi @rupurt - I think this is a great idea. I'm not an experienced C++ developer by any means, so making this better is definitely welcome. Contributions are welcome if you have an idea on how to get started. I'll research it also in the meantime...

I've been taking a crack at it based on my DuckDB experience but I'm only new to C++ so it'll take me a while 😄