采用
在很多公司和团队中,非常多的程序员都在使用MySQL/MariaDB,这个并没有什么问题,MySQL简单易用,而且社区非常活跃, 但是在一些场景下,MySQL并不是最好的选择。
PostgreSQL是一个非常优秀的开源数据库,其架构设计、代码结构等, 都堪称Database界的典范,而且由无限的可能性,所有网络上一直流传着“Just Use Postgres for Everything”, “Postgres is Enough”口号,在AI的潮流下,pgvector也吸引了很多开发者的注意。

所以我们推荐在可能的场景下,尽量使用PostgreSQL。
PostgreSQL & Friends
- Pigsty: Battery-Included PostgreSQL Distro as a Free RDS Alternative - https://pigsty.cc/
- pglite: Lightweight Postgres packaged as WASM - https://github.com/electric-sql/pglite
- pgrx:Build Postgres Extensions with Rust - https://github.com/pgcentralfoundation/pgrx
- postgres.new: In-browser Postgres sandbox with AI assistance https://postgres.new/
- Postgres.AI: https://postgres.ai/
References
- PostgreSQL Extension Registry: https://pgt.dev/
- PostgreSQL Encyclopedia: https://pgpedia.info/
- PostgreSQL is Enough
- Just Use Postgres for Everything
- Postgres is eating the database world