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

Exposing filesystem interface #200

Open
thomascoquet opened this issue Apr 16, 2024 · 1 comment
Open

Exposing filesystem interface #200

thomascoquet opened this issue Apr 16, 2024 · 1 comment

Comments

@thomascoquet
Copy link

Hello,

First, thank you a lot for your work in building this DuckDB integration! I noticed that DuckDB exposes the filesystem interface in the python integration.

I was wondering if you were thinking of providing a similar feature in the short term? Obvious benefits are the capability to delegate to golang the I/O layer (to implement a LRU block cache for example, or more sophisticated heuristics, or complex authentication schemes).

If not, would you be supportive of a PR about this topic?

Thanks, Thomas

@JAicewizard
Copy link
Contributor

I think you are referring to https://duckdb.org/docs/guides/python/filesystems.html?

go-duckdb is limited to the C api specified in https://duckdb.org/docs/api/c/api, which doesn't expose this as of yet. The python API can do this because they utilize the c++ API under the hood. Lets leave this open for when the C api exposes this feature as well.

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

No branches or pull requests

2 participants