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

db_create_table() and db_insert_into() #5707

Closed
krlmlr opened this issue Jan 26, 2021 · 2 comments
Closed

db_create_table() and db_insert_into() #5707

krlmlr opened this issue Jan 26, 2021 · 2 comments
Assignees

Comments

@krlmlr
Copy link
Member

krlmlr commented Jan 26, 2021

What's the reason for deprecating these functions in ?backend_dbplyr? DBI now has dbCreateTable() and dbAppendTable(). Would it make sense to make db_write_table() a non-generic, or remove all or most specializations of this method in favor of a default method that calls db_create_table() and db_insert_into()?

Last relevant change: 97c22c3.

@hadley
Copy link
Member

hadley commented Jan 27, 2021

All the database stuff is gradually getting deprecated in dplyr and being moved either to dbplyr methods or directly to DBI methods.

@hadley
Copy link
Member

hadley commented Apr 19, 2021

Plan for this process is recorded in https://dbplyr.tidyverse.org/dev/articles/backend-2.html and the next step in tidyverse/dbplyr#507

@hadley hadley closed this as completed Apr 19, 2021
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