slackhq / hack-sql-fake

A library for testing database driven code in Hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative for PgSQL?

andrew-svirin opened this issue · comments

It is awesome tool, but may be exists something similar for postgresql?

There is not something for postgresql to my knowledge. It would be possible, but not something I plan to work on as we don't use postgresql and I don't have in depth knowledge of its behavior. Would be open to contributions, but it's also worth noting that HHVM itself natively supports MySQL with a well typed async interface, whereas postgresql has a ported extension from PHP that isn't well typed and I'm not sure if anyone uses it or not.