We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6469a commit 46cce76Copy full SHA for 46cce76
docs/backends/postgresql.qmd
@@ -101,6 +101,8 @@ passing a properly-formatted Postgres connection URL to `ibis.connect`:
101
102
```python
103
con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}")
104
+con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}/{schema}")
105
+con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}/{schema}?sslmode=require")
106
```
107
108
```{python}
0 commit comments