UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

7 lines (6 loc) 65 B
function quote(str) { return `"${str}"`; } export { quote };