Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foreign data wrappers - PostgreSQL wiki #700

Open
1 task
irthomasthomas opened this issue Mar 5, 2024 · 1 comment
Open
1 task

Foreign data wrappers - PostgreSQL wiki #700

irthomasthomas opened this issue Mar 5, 2024 · 1 comment
Labels
Algorithms Sorting, Learning or Classifying. All algorithms go here. data-validation Validating data structures and formats New-Label Choose this option if the existing labels are insufficient to describe the content accurately openai OpenAI APIs, LLMs, Recipes and Evals Research personal research notes for a topic

Comments

@irthomasthomas
Copy link
Owner

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 irthomasthomas added Algorithms Sorting, Learning or Classifying. All algorithms go here. data-validation Validating data structures and formats New-Label Choose this option if the existing labels are insufficient to describe the content accurately openai OpenAI APIs, LLMs, Recipes and Evals Research personal research notes for a topic labels Mar 5, 2024
@irthomasthomas
Copy link
Owner Author

irthomasthomas commented Mar 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algorithms Sorting, Learning or Classifying. All algorithms go here. data-validation Validating data structures and formats New-Label Choose this option if the existing labels are insufficient to describe the content accurately openai OpenAI APIs, LLMs, Recipes and Evals Research personal research notes for a topic
Projects
None yet
Development

No branches or pull requests

1 participant