File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
52
52
| -----------| ----------------------------| ---------------------------| ------------ |
53
53
| JavaScript | ` npx query2app --lang js ` | [ ` app.js ` ] ( examples/js/express/mysql/app.js ) <br />[ ` routes.js ` ] ( examples/js/express/mysql/routes.js ) <br />[ ` package.json ` ] ( examples/js/express/mysql/package.json ) <br />[ ` Dockerfile ` ] ( examples/js/express/mysql/Dockerfile ) | Web: [ ` express ` ] ( https://www.npmjs.com/package/express ) <br >Database: [ ` mysql ` ] ( https://www.npmjs.com/package/mysql ) |
54
54
| TypeScript | ` npx query2app --lang ts ` | [ ` app.ts ` ] ( examples/ts/express/mysql/app.ts ) <br />[ ` routes.ts ` ] ( examples/ts/express/mysql/routes.ts ) <br />[ ` package.json ` ] ( examples/ts/express/mysql/package.json ) <br />[ ` tsconfig.json ` ] ( examples/ts/express/mysql/tsconfig.json ) <br />[ ` Dockerfile ` ] ( examples/ts/express/mysql/Dockerfile ) | Web: [ ` express ` ] ( https://www.npmjs.com/package/express ) <br >Database: [ ` mysql ` ] ( https://www.npmjs.com/package/mysql ) |
55
- | Golang | ` npx query2app --lang go ` | [ ` app.go ` ] ( examples/go/chi/mysql/app.go ) <br />[ ` routes.go ` ] ( examples/go/chi/mysql/routes.go ) <br />[ ` go.mod ` ] ( examples/go/chi/mysql/go.mod ) <br />[ ` Dockerfile ` ] ( examples/go/chi/mysql/Dockerfile ) | Web: [ ` go-chi/chi ` ] ( https://github.com/go-chi/chi ) <br />Database: [ ` go-sql-driver/mysql ` ] ( https://github.com/go-sql-driver/mysql ) , [ ` jmoiron/sqlx ` ] ( https://github.com/jmoiron/sqlx ) |
55
+ | Golang | ` npx query2app --lang go ` | [ ` app.go ` ] ( examples/go/chi/mysql/app.go ) <br />[ ` routes.go ` ] ( examples/go/chi/mysql/routes.go ) <br />[ ` go.mod ` ] ( examples/go/chi/mysql/go.mod ) <br />[ ` Dockerfile ` ] ( examples/go/chi/mysql/Dockerfile ) | Web: [ ` go-chi/chi ` ] ( https://github.com/go-chi/chi ) <br />Database: [ ` go-sql-driver/mysql ` ] ( https://github.com/go-sql-driver/mysql ) ,< br /> [ ` jmoiron/sqlx ` ] ( https://github.com/jmoiron/sqlx ) |
56
56
| Python | ` npx query2app --lang python ` | [ ` app.py ` ] ( examples/python/fastapi/postgres/app.py ) <br />[ ` db.py ` ] ( examples/python/fastapi/postgres/db.py ) <br />[ ` routes.py ` ] ( examples/python/fastapi/postgres/routes.py ) <br />[ ` requirements.txt ` ] ( examples/python/fastapi/postgres/requirements.txt ) <br />[ ` Dockerfile ` ] ( examples/python/fastapi/postgres/Dockerfile ) | Web: [ FastAPI] ( https://github.com/tiangolo/fastapi ) , [ Uvicorn] ( https://www.uvicorn.org ) <br />Database: [ psycopg2] ( https://pypi.org/project/psycopg2/ ) |
57
57
</details >
58
58
You can’t perform that action at this time.
0 commit comments