A Postgres Foreign Data Wrapper implemented in go using cgo. Very experimental.
- Binding exported go functions to the
fdw routine
. - A go-struct
PlanState
andExecState
passed through PG pointers. - Producing data as PG
Datum
objects.
- It would be really cool if we could drop the
gofdw.c
glue - Do more complex stuff in the plan phase
- Support PG <9.5
- Bugs on the GitHub issue tracker.
- Let me know if you're using this for cool projects.
MIT licensed