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

add duckdb support #480

Open
tx991020 opened this issue Jan 10, 2024 · 4 comments
Open

add duckdb support #480

tx991020 opened this issue Jan 10, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@tx991020
Copy link

DuckDB also follows the PostgreSQL protocol, but like SQLite, it is an embedded database and is considered the best-performing standalone database.

@Issues-translate-bot Issues-translate-bot changed the title add duckdb support add duckdb support Jan 10, 2024
@zhuxiujia zhuxiujia added the enhancement New feature or request label Jan 11, 2024
@zhuxiujia
Copy link
Member

DuckDB also follows the PostgreSQL protocol, but like SQLite, it is an embedded database and is considered the best-performing standalone database.

Can you use the Postgres driver to connect to DuckDB?

@brucel11qwe
Copy link

Currently, Rbatis cannot be used to connect with DuckDB. panic
https://github.com/duckdb/duckdb-rs

@zhuxiujia
Copy link
Member

Currently, Rbatis cannot be used to connect with DuckDB. panic https://github.com/duckdb/duckdb-rs

you can impl 6 of rbdc trait , just like mssql to support Duckdb based on https://github.com/duckdb/duckdb-rs

@zhuxiujia
Copy link
Member

I can only write a bit of Rust; I'm not very familiar with it.

You can give it a try, it's not difficult

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

No branches or pull requests

3 participants