Changelog
Source:NEWS.md
db2pq 0.0.4
- Added first-class WRDS credential helpers:
wrds_get_username(),wrds_conninfo(), andwrds_check_credentials(). - Added Parquet-first public helpers for schema/table listing and WRDS SQL exports:
db_schema_tables(),wrds_get_tables(),db_schema_to_pq(), andwrds_sql_to_pq(). - Added
pq_data_dir()to inspect or resolve the default Parquet repository directory. - Added
renamesupport todb_to_pq()andwrds_update_pq(). - Added
pkgdownsite configuration and workflow-oriented vignettes. - Added ADBC diagnostics and clearer SSL-related error messages for the optional ADBC PostgreSQL path.