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 5b7cb92 + b6b00cc commit a92b92dCopy full SHA for a92b92d
README.md
@@ -86,12 +86,12 @@ Example:
86
// await DatabaseConnection.getInstance(true).connect();
87
88
const user = await DatabaseConnection.getInstance().queryFirstOrNull('getUserById', query, [userId]);
89
- await DatabaseConnection.getInstance().disconnect();
+ await DatabaseConnection.getInstance().closeConnection();
90
```
91
<br>
92
<a name="status"></a>
93
94
# Status
95
<h4 align="center">
96
🚧 Open for contribuitions... 🚧
97
-</h4>
+</h4>
0 commit comments