C2FO / patio

Idiomatic database toolkit

Home Page:http://c2fo.github.io/patio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgres support?

RandomEtc opened this issue · comments

I can see a lot of work is going into the v0.0.8 branch and that postgres support is imminent. Are things stable enough to test? How can we help?

Actually its should be pretty stable as of right now. I have not released it yet because a lot has changed in the 0.0.8 release so I am working on updating all of the documentation. If you would like to test it feel free.

Note I have not published updates to comb, comb-proxy or it but patio requires the new versions of those libraries. If you clone those and link them it should all work fine. The typical way we do it is

cd ./comb && npm link
cd ../comb-proxy && npm link comb && npm link
cd ../it && npm link comb && npm link
cd ../patio && npm link comb comb-proxy it && npm link

If you have any issues please let us know

-Doug

Thanks for the notes - I'll take a look!

v0.0.8 is published along with all other libraries. Let me know if you have issues

-Doug

Lovely. Congrats!