File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
56
56
| Language | Commands to run the application |
57
57
| -----------| --------------------------------|
58
58
| JavaScript | <pre >$ npm install<br />$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br />$ npm start</pre > |
59
+ | TypeScript | <pre >$ npm install<br />$ npm run build<br />$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br />$ npm start</pre > |
59
60
| Golang | <pre >$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br />$ go run * .go</pre >or<pre >$ go build -o app<br />$ ./app</pre > |
60
61
| Python | <pre >$ pip install -r requirements.txt<br />$ export DB_NAME=my-db DB_USER=my-user DB_PASSWORD=my-password<br />$ uvicorn app: app </pre > |
61
62
You can’t perform that action at this time.
0 commit comments