About 24 results
Open links in new tab
  1. DuckDB Environment – DuckDB

    DuckDB provides a number of functions and PRAGMA options to retrieve information on the running DuckDB instance and its environment. Version The version() function returns the …

  2. ODBC 101: A Duck Themed Guide to ODBC – DuckDB

    SQLHANDLE env; SQLHANDLE dbc; SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &env); SQLSetEnvAttr(env, SQL_ATTR_ODBC_VERSION, …

  3. chsql_native – DuckDB Community Extensions

    About chsql_native chsql_native This experimental community extension implements a Native Clickhouse client for DuckDB. Client Configuration The extension can be configured the …

  4. duckdb.org

    These can be enabled by either setting them in the current `env`, through set up files like `bashrc` or `zshrc`, or by setting them before the call to `make`, for example:

  5. Python Client API – DuckDB

    any_value(self: _duckdb.DuckDBPyRelation, column: str, groups: str = '', window_spec: str = '', projected_columns: str = '') → _duckdb.DuckDBPyRelation ¶ Returns ...

  6. May 29, 2024 · UX In Process Deployment No separate server No config, no env, no docker Minimal transfer delay/overhead Run DuckDB as part of larger system In the backend In the …

  7. Building Configuration – DuckDB

    These can be enabled by either setting them in the current env, through set up files like bashrc or zshrc, or by setting them before the call to make, for example:

  8. Fully Local Data Transformation with dbt and DuckDB

    Apr 4, 2025 · dutch_railway_network: outputs: dev: type: duckdb path: data/dutch_railway_network.duckdb extensions: - ... - postgres threads: 5 attach: - ... - path: …

  9. DuckDB Installation – DuckDB

    DuckDB installation pageYou can now install DuckDB with a script from an administrative PowerShell terminal. Please note that this script is an alpha implementation ...

  10. onelake – DuckDB Community Extensions

    -- Uncomment the desired method and provide the necessary credentials. set azure_transport_option_type = 'curl'; CREATE SECRET ( TYPE azure, PROVIDER …