A Postgres Foreign Data Wrapper implemented in go using cgo. Very experimental.
- Binding exported go functions to the
fdw routine. - A go-struct
PlanStateandExecStatepassed through PG pointers. - Producing data as PG
Datumobjects.
- It would be really cool if we could drop the
gofdw.cglue - 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