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 read_tbl_duckdb() #414

Open
4 tasks
krlmlr opened this issue Dec 19, 2024 · 1 comment
Open
4 tasks

Add read_tbl_duckdb() #414

krlmlr opened this issue Dec 19, 2024 · 1 comment

Comments

@krlmlr
Copy link
Member

krlmlr commented Dec 19, 2024

Read a table from an arbitrary database file.

  • read_tbl_duckdb() : should that function be able to read from an arbitrary DuckDB file? Alternative: read_db_duckdb()
  • db_attach() and db_detach() (similarly to db_exec())
  • compute(temporary = FALSE) checks if the target schema is provided and actually is attached to another database, errors otherwise
  • Should compute() accept a file name? Alternative: compute_db()
@krlmlr krlmlr added this to the 1.0.0 milestone Dec 19, 2024
@krlmlr krlmlr changed the title duck_tbl() or duck_tibble() duck_tbl() or duck_tibble() ? Dec 19, 2024
@krlmlr krlmlr changed the title duck_tbl() or duck_tibble() ? Add duckdb_tbl() Jan 11, 2025
@krlmlr krlmlr changed the title Add duckdb_tbl() Add read_tbl_duckdb() Jan 11, 2025
@krlmlr krlmlr removed this from the 1.0.0 milestone Jan 11, 2025
@krlmlr
Copy link
Member Author

krlmlr commented Jan 11, 2025

Descoping.

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

1 participant