Skip to content

Commit 5c6a310

Browse files
authored
[skip ci] update readme
1 parent ea2e21a commit 5c6a310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ConnectorX will assign one thread for each partition to load and write data in p
3333
Currently, we support partitioning on **numerical** columns (**cannot contain NULL**) for **SPJA** queries.
3434

3535

36-
We are now providing federated query support (experimental, PostgreSQL only and do not support partition for now), you can write a single query to join tables from two postgres databases. JRE (Java Runtime Environment) is required.
36+
We are now providing federated query support (experimental, PostgreSQL only and do not support partition for now), you can write a single query to join tables from two or more databases. JRE (Java Runtime Environment) is required.
3737

3838
```python
3939
import connectorx as cx

0 commit comments

Comments
 (0)