diff-table
diff-table copied to clipboard
Add support for sql-agent
SQL Agent provides an HTTP interface for querying databases. It supports a variety of databases beyond just Postgres that diff-table supports natively. In addition, it supports the text/csv Accept mediatype so it can utilize the CSV diff mechanism right away. This does not provide the types that the native driver does, but this could be supported by subsequent support for newline-delimited JSON or some other binary format.