Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Which databases can this be used for? Based on the usage of phpmyadmin and WordPress in the examples, I take it only works for MySQL?


Yes, so far this is MySQL only.

I don't think adding Postgres support would be that far fetched, have a look at https://github.com/infostreams/db/tree/master/bin/drivers/my... for example to see the meat of the load & save operations. You'd have to implement it twice though, once for local servers, and once for remote servers (via ssh).


This should be on your README (ignore if it already is and I just missed it).


I was a little annoyed at having to hunt for this information too, but scrolling the README.md a little, I found this [0]:

> At the moment, only mysql is supported.

Seems like I won't be able to test this for work since we are on SQL Server. Too bad.

[0]: https://github.com/infostreams/db/blob/master/readme.md#synt...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: