Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 959 Bytes

README.rst

File metadata and controls

41 lines (29 loc) · 959 Bytes

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.