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).
akie|6 years ago
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
k_|6 years ago
> 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...