pg-to-dbml-papandreou
Version:
CLI tool to scan your postgres database, and output DBML.
14 lines • 367 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Current JS File",
"type": "node",
"request": "launch",
"program": "${file}"
}
]
}