We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6a310 commit 397e6f2Copy full SHA for 397e6f2
docs/api.md
@@ -86,8 +86,6 @@ connectorx.read_sql(conn: Union[str, Dict[str, str]], query: Union[List[str], st
86
```python
87
import connectorx as cx
88
89
- import connectorx as cx
90
-
91
db1 = "postgresql://username1:password1@server1:port1/database1"
92
db2 = "postgresql://username2:password2@server2:port2/database2"
93
query = "SELECT * FROM db1.nation n, db2.region r where n.n_regionkey = r.r_regionkey"
0 commit comments