r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
392 stars 107 forks source link

helpers to open `.ini` files for editing #839

Closed simonpcouch closed 2 months ago

simonpcouch commented 2 months ago

Nearly every time I use odbcListConfig(), I end up actually wanting file.edit(unname(odbcListConfig()[1])) or file.edit(unname(odbcListConfig()[2])). Should we extract that out into odbcEditDrivers() / odbcEditSystemDSN() or similar? odbcConfigure*()?

hadley commented 2 months ago

Oooh, that would be nice.