8000 Shall DuckDB be mentioned as "See also" or "Alternative"? · Issue #329 · harelba/q · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Shall DuckDB be mentioned as "See also" or "Alternative"? #329
Open
@vi

Description

@vi

It seems like DuckDB can also work as an ad-hoc csv analysis tool.

$ cat > q.csv
a,b
1,2
3,4
5,6

$ duckdb -csv -c 'select a,b,a*b from q.csv where a+b>3'
a,b,"(a * b)"
3,4,12
5,6,30

, so audience of q may also be interested in duckdb.

Shall it be mentioned in "README" in something like "See also" or "Alternatives"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0