Skip to main content
Background Image

Extension

The ideal way to deliver PostgreSQL Extensions
·2219 words·11 mins
PostgreSQL Is Eating the Database World through the power of extensibility. With 390 extensions powering PG, we may not say it’s invincible, but it’s definitely getting much closer.
FerretDB: PostgreSQL Disguised as MongoDB
·1242 words·6 mins
FerretDB aims to provide a truly open-source MongoDB alternative based on PostgreSQL.
The Versatile file_fdw — Reading System Information from Your Database
·846 words·4 mins
With file_fdw, you can easily view operating system information, fetch network data, and feed various data sources into your database for unified viewing and management.
PostgreSQL MongoFDW Installation and Deployment
·707 words·4 mins
Recently had business requirements to access MongoDB through PostgreSQL FDW, but compiling MongoDB FDW is really a nightmare.