Comment on An SQL Solution for JupyterparentComments−aargh_aargh5yAlso, for mysql and postgres, are only socket connections supported? No TCP connections?https://xeus-sql.readthedocs.io/en/latest/PostgreSQL.html#li...−aargh_aargh5yAnswering 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
Comments
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