UNPKG

pg-to-dbml-papandreou

Version:

CLI tool to scan your postgres database, and output DBML.

4 lines (2 loc) 136 B
const { appendFileSync } = require('fs'); module.exports = (fileName, fileContents) => appendFileSync(fileName, fileContents, 'utf8');