irthomasthomas / undecidability

2 stars 2 forks source link

Foreign data wrappers - PostgreSQL wiki #700

Open irthomasthomas opened 4 months ago

irthomasthomas commented 4 months ago

Foreign data wrappers - PostgreSQL wiki

Description: Foreign data wrappers

Jump to navigationJump to search

Contents

  1. Foreign Data Wrappers 1.1 Generic SQL Database Wrappers 1.2 Specific SQL Database Wrappers 1.3 NoSQL Database Wrappers 1.4 File Wrappers 1.5 Geo Wrappers 1.6 LDAP Wrappers 1.7 Generic Web Wrappers 1.8 Specific Web Wrappers 1.9 Big Data Wrappers 1.10 Column-Oriented Wrappers 1.11 Scientific Wrappers 1.12 Operating System Wrappers 1.13 Exotic Wrappers 1.14 Example Wrappers
  2. Writing Foreign Database Wrappers

Foreign Data Wrappers

In 2003, a new specification called SQL/MED ("SQL Management of External Data") was added to the SQL standard. It is a standardized way of handling access to remote objects from SQL databases. In 2011, PostgreSQL 9.1 was released with read-only support of this standard, and in 2013 write support was added with PostgreSQL 9.3. There are now a variety of Foreign Data Wrappers (FDW) available which enable PostgreSQL Server to different remote data stores, ranging from other SQL databases through to flat file. This page list some of the wrappers currently available. Another fdw list can be found at the PGXN website. Please keep in mind that most of these wrappers are not officially supported by the PostgreSQL Global Development Group (PGDG) and that some of these projects are still in Beta version. Use carefully!

URL: Foreign data wrappers - PostgreSQL wiki

Suggested labels

{'label-name': 'sql', 'label-description': 'Relational database language', 'confidence': 50.03}

irthomasthomas commented 4 months ago

Related content

688 - Similarity score: 0.91

623 - Similarity score: 0.84

74 - Similarity score: 0.83

545 - Similarity score: 0.82

640 - Similarity score: 0.82

693 - Similarity score: 0.82