We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c6652e + 37c8f1c commit 730fc03Copy full SHA for 730fc03
src/index.ts
@@ -6,8 +6,8 @@ import * as bodyParser from "body-parser";
6
import {AppRoutes} from "./routes";
7
8
// create connection with database
9
-// note that its not active database connection
10
-// TypeORM creates you connection pull to uses connections from pull on your requests
+// note that it's not active database connection
+// TypeORM creates connection pools and uses them for your requests
11
createConnection().then(async connection => {
12
13
// create express app
0 commit comments