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 enablepool_pre_ping
.