Skip to content

hronecviktor/kiwicom_fdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL foreign data wrapper looking up flights on kiwi.com

docker build -t fdw:local . && docker run -it -p 5432:5432 --rm --name pg -e POSTGRES_PASSWORD=pwd fdw:local
# another terminal
psql -H 'postgresql://postgres:pwd@localhost:5432' -c "select * from flights where _flyfrom = 'BCN' and _to = 'PRG' and _datefrom = '2018-11-01' and _dateto = '2018-11-01';"

About

Postgres foreign data wrapper that searches kiwi.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors