lidavidm commented on issue #135:
URL: https://github.com/apache/iceberg-cpp/issues/135#issuecomment-3031124052

   I've used sqlpp11 before; it worked OK, but occasionally it was difficult to 
figure out the exact right syntax it wanted, and some things I ended up having 
to embed raw SQL. IMO, we'd have to evaluate whether the kinds of queries we 
want to write would actually work with the ORM, because if we do have to embed 
raw SQL, then I'd question why we don't just deal with raw SQL directly.
   
   For DuckDB, this would end up as an extension right? Do extensions have to 
use the same C++ version as DuckDB?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to