Created
April 25, 2024 19:40
-
-
Save PaulieScanlon/a9bdca58a21ed0fc504667cfe4c59cba to your computer and use it in GitHub Desktop.
pg-to-ts-generate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// package.json | |
"scripts": { | |
... | |
"pg-to-ts-generate": "pg-to-ts generate -c $DATABASE_URL -o ./pg-to-ts-db.d.ts" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment