freevryheid / duckdb

fortran bindings to duckdb c api
MIT License
9 stars 2 forks source link

Helper functions #39

Closed ludnic closed 1 year ago

ludnic commented 1 year ago

Should we have an helper functions to return fortran strings rather than a duckdb_string in cases like this:

https://github.com/freevryheid/duckdb/blob/main/test/test_appender.f90#L168-L170