Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I followed the instructions and the sql cells work, but the xvega ones return empty output and I'm not sure how to debug that.

  conda create -n xeus-sql
  conda activate xeus-sql
  conda install xeus-sql soci-mysql soci-postgresql soci-sqlite jupyterlab -c conda-forge
In conda list I see, among others:

  xeus                      1.0.0                h78d96c3_0    conda-forge
  xeus-sql                  0.0.8                h118ccdd_1    conda-forge
  xvega                     0.0.10               h4bd325d_0    conda-forge
  xvega-bindings            0.0.10               h4bd325d_0    conda-forge
Btw there's a typo in the instructions: soci-postresql -> soci-postgresql


Also, for mysql and postgres, are only socket connections supported? No TCP connections?

https://xeus-sql.readthedocs.io/en/latest/PostgreSQL.html#li...


Answering my own question - works as expected, only the documentation is lacking.

%LOAD postgresql host=127.0.0.1 port=5432 dbname=DATABASE user=USERNAME password=PASSWORD




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: