Skip to content

Commit

Permalink
doc: Add Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 committed Nov 18, 2024
1 parent 7e40355 commit 43f7457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ MyDuck Server is open-source, and we’d love your help to keep it growing! Chec

## 💗 Acknowledgements

MyDuck Server is built on top of the a collection of amazing open-source projects, notably:
MyDuck Server is built on top of a collection of amazing open-source projects, notably:
- [DuckDB](https://duckdb.org/) - The fast in-process analytical database that powers MyDuck Server.
- [go-mysql-server](https://github.com/dolthub/go-mysql-server) - The excellent MySQL server implementation in Go maintained by [DoltHub](https://www.dolthub.com/team) that MyDuck Server is based on. MyDuckServer is built on the outstanding MySQL server implementation in Go, maintained by [DoltHub](https://www.dolthub.com/team). We also draw significant inspiration from [Dolt](https://github.com/dolthub/dolt) and [Doltgres](https://github.com/dolthub/doltgres).
- [go-mysql-server](https://github.com/dolthub/go-mysql-server) - The outstanding MySQL server implementation in Go maintained by [DoltHub](https://www.dolthub.com/team) that MyDuck Server is bulit on. We also draw significant inspiration from [Dolt](https://github.com/dolthub/dolt) and [Doltgres](https://github.com/dolthub/doltgres).
- [Vitess](https://vitess.io/) - Provides the MySQL replication stream used in MyDuck Server.
- [go-duckdb](https://github.com/marcboeker/go-duckdb): An excellent Go driver for DuckDB that works seamlessly.
- [SQLGlot](https://github.com/tobymao/sqlglot) - The ultimate SQL transpiler.
Expand Down

0 comments on commit 43f7457

Please sign in to comment.