Skip to content

medunigraz/outpost.multicorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

docs |docs|
tests

Extensions to Multicorn and pyODBC used with outpost.

  • Free software: BSD license

To create foreign servers:

CREATE SERVER sqlalchemy FOREIGN DATA WRAPPER multicorn OPTIONS (

wrapper 'outpost.multicorn.fdw.OutpostFdw'

);

Currently it does two things:

  • Register a custom Dialect oracle.pyodbc.
  • Monkey-patch create_engine() to enable pool_pre_ping.