top | item 21743451

(no title)

kaiby | 6 years ago

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?

discuss

order

akie|6 years ago

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).

ianwalter|6 years ago

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

k_|6 years ago

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...