Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add duckdb/duckdb #23639

Merged
merged 6 commits into from
Jun 5, 2024

Conversation

nakatanakatana
Copy link
Contributor

duckdb/duckdb: DuckDB is an analytical in-process SQL database management system

$ aqua g -i duckdb/duckdb

Check List

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ duckdb -help
Usage: duckdb [OPTIONS] FILENAME [SQL]
FILENAME is the name of an DuckDB database. A new database is created
if the file does not previously exist.
OPTIONS include:
   -append              append the database to the end of the file
   -ascii               set output mode to 'ascii'
   -bail                stop after hitting an error
   -batch               force batch I/O
   -box                 set output mode to 'box'
   -column              set output mode to 'column'
   -cmd COMMAND         run "COMMAND" before reading stdin
   -c COMMAND           run "COMMAND" and exit
   -csv                 set output mode to 'csv'
   -echo                print commands before execution
   -init FILENAME       read/process named file
   -[no]header          turn headers on or off
   -help                show this message
   -html                set output mode to HTML
   -interactive         force interactive I/O
   -json                set output mode to 'json'
   -line                set output mode to 'line'
   -list                set output mode to 'list'
   -markdown            set output mode to 'markdown'
   -newline SEP         set output row separator. Default: '\n'
   -nofollow            refuse to open symbolic links to database files
   -no-stdin            exit after processing options instead of reading stdin
   -nullvalue TEXT      set text string for NULL values. Default ''
   -quote               set output mode to 'quote'
   -readonly            open the database read-only
   -s COMMAND           run "COMMAND" and exit
   -separator SEP       set output column separator. Default: '|'
   -stats               print memory stats before each finalize
   -table               set output mode to 'table'
   -unredacted          allow printing unredacted secrets
   -unsigned            allow loading of unsigned extensions
   -version             show DuckDB version

If files such as configuration file are needed, please share them.

Reference

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
nakatanakatana nakatanakatana

Verified

This commit was signed with the committer’s verified signature.
nakatanakatana nakatanakatana

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jun 5, 2024
@suzuki-shunsuke suzuki-shunsuke changed the title feat: add duckdb/duckdb' feat: add duckdb/duckdb Jun 5, 2024
@suzuki-shunsuke suzuki-shunsuke added this to the v4.191.0 milestone Jun 5, 2024
@suzuki-shunsuke
Copy link
Member

Thank you for your contribution!

Verified

This commit was signed with the committer’s verified signature. The key has expired.
suzuki-shunsuke Shunsuke Suzuki

Verified

This commit was signed with the committer’s verified signature. The key has expired.
suzuki-shunsuke Shunsuke Suzuki

Verified

This commit was signed with the committer’s verified signature. The key has expired.
suzuki-shunsuke Shunsuke Suzuki
@suzuki-shunsuke suzuki-shunsuke merged commit 5aea40a into aquaproj:main Jun 5, 2024
17 checks passed
@suzuki-shunsuke
Copy link
Member

v4.191.0 is out 🎉
https://github.com/aquaproj/aqua-registry/releases/tag/v4.191.0

ryoppippi pushed a commit to ryoppippi/aqua-registry that referenced this pull request Jul 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* feat(duckdb/duckdb): scaffold duckdb/duckdb

* fix: duckdb release file prefix

* fix(duckdb/duckdb): exclude duckdb v0.1.0

* refactor(duckdb/duckdb): remove unnecessary settings

* refactor(duckdb/duckdb): remove unnecessary settings

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants