8000 Add support for DuckDB by danvergara · Pull Request #257 · danvergara/dblab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for DuckDB #257

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

Merged
merged 14 commits into from
Apr 29, 2025
Merged

Add support for DuckDB #257

merged 14 commits into from
Apr 29, 2025

Conversation

danvergara
Copy link
Owner
@danvergara danvergara commented Apr 22, 2025

Add DuckDB support

Description

This PR includes support for DuckDB . This integration is basically the sames as Sqlite.

Usage

As same as Sqlite, the user can provide the path to a database file:

dblab --db db/duckdb.db --driver duckdb

A DSN can be provided, too:

dblab --url 'duckb:db/dblab.db'

You can omit the --db param to execute an in-memory database.

Screenshot From 2025-04-28 12-25-21

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

QA'd locally against a database following the examples taken from article

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@danvergara danvergara marked this pull request as ready for review April 27, 2025 06:31
@danvergara danvergara changed the title Add duckdb Add support for duckdb Apr 27, 2025
@danvergara danvergara changed the title Add support for duckdb Add support for DuckDB Apr 27, 2025
@danvergara danvergara merged commit b7c56fc into main Apr 29, 2025
4 checks passed
@danvergara danvergara deleted the add-duckdb branch April 29, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0