libduckdb-sys 1.3.1

Native bindings to the libduckdb library, C API
Documentation
1
2
3
4
5
6
// FIXME: remove this once C EXTENSION API is stable (expected for DuckDB v1.2.0 release)
#define DUCKDB_EXTENSION_API_VERSION_DEV 1

// We need to allow unstable API for now to get the deprecated arrow functions
#define DUCKDB_EXTENSION_API_VERSION_UNSTABLE
#include "duckdb/duckdb_extension.h"