{"library":"adbc-driver-postgresql","install":[{"cmd":"pip install adbc-driver-postgresql","imports":["import adbc_driver_postgresql.dbapi\nconn = adbc_driver_postgresql.dbapi.connect(...)"]},{"cmd":"mamba install adbc-driver-postgresql","imports":[]},{"cmd":"# Note: This Python package requires an underlying C/C++ ADBC PostgreSQL driver (libadbc_driver_postgresql.so/.dll/.dylib) to be available in your system's library path or specified via ADBC_POSTGRESQL_LIBRARY environment variable. Standard pip/conda installations often handle this for common platforms.\nexport ADBC_POSTGRESQL_LIBRARY=/path/to/libadbc_driver_postgresql.so","imports":[]}]}