Skip to content

Commit f873750

Browse files
authored
doc: Update README.md
1 parent ffce80e commit f873750

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ docker run -d --name myduck \
143143
`--env=SOURCE_DSN=mysql://root:[email protected]:3306`
144144

145145
- **PostgreSQL Primary:** Use the `postgres` URI scheme, e.g.,
146-
`--env=SOURCE_DSN=postgres://postgres:[email protected]:5432`
146+
`--env=SOURCE_DSN=postgres://postgres:[email protected]:5432/db01`
147147

148148
> [!NOTE]
149149
> To replicate from a server running on the host machine, use `host.docker.internal` as the hostname instead of `localhost` or `127.0.0.1`. On Linux, you must also add `--add-host=host.docker.internal:host-gateway` to the `docker run` command.
@@ -195,18 +195,17 @@ MyDuck Server can be seamlessly accessed from the Python data science ecosystem.
195195

196196
We have big plans for MyDuck Server! Here are some of the features we’re working on:
197197

198+
- [ ] Arrow Flight SQL.
198199
- [ ] Multiple DB.
199200
- [ ] Authentication.
200201
- [ ] ...and more! We’re always looking for ways to make MyDuck Server better. If you have a feature request, please let us know by [opening an issue](https://github.com/apecloud/myduckserver/issues/new).
201202

202203
## 🏡 Join the Community
203204

204-
- [Discord](https://discord.gg/9MC5cgw5YK) Let's communicate on Discord about requirements, issues, and user experiences.
205+
Let's connect on [Discord](https://discord.gg/9MC5cgw5YK) to discuss requirements, address issues, and share user experiences.
205206

206207
## 💡 Contributing
207208

208-
Let’s make MySQL & Postgres analytics fast and powerful — together!
209-
210209
MyDuck Server is open-source, and we’d love your help to keep it growing! Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get involved. From bug reports to feature requests, all contributions are welcome!
211210

212211
## 💗 Acknowledgements

0 commit comments

Comments
 (0)