pgclimb 是从 PostgreSQL 中以不同形式将数据导出的工具。
特点:
*
导出数据至
[JSON](https://github.com/lukasmartinelli/pgclimb#json-document)
,
[JSON Lines](https://github.com/lukasmartinelli/pgclimb#json-lines)
,
[CSV](https://github.com/lukasmartinelli/pgclimb#csv-and-tsv)
,
[XLSX](https://github.com/lukasmartinelli/pgclimb#xlsx)
,
[XML](https://github.com/lukasmartinelli/pgclimb#xml) 。
*
使用
[Templates](https://github.com/lukasmartinelli/pgclimb#templates) 以支持自定义格式
(HTML, Markdown, Text)。
使用场合:
*
`psql` alternative for getting data out of PostgreSQL
*
Publish data sets
*
Create Excel reports from the database
*
Generate HTML reports
*
Export XML data for further processing with XSLT
*
Transform data to JSON for graphing it with JavaScript libraries
*
Generate readonly JSON APIs