You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,13 +162,31 @@ The connection can finally be closed by calling this method:
157
162
```java
158
163
mongoDatabaseConnection.disconnect();
159
164
```
165
+
---
166
+
167
+
## ⌛ Pending tasks
168
+
> 🤖 Please suggest features that we should still include in the api.
169
+
> Read [Contributing](#%EF%B8%8F-contributing) for details.
170
+
-[ ] test mongo-database-module
171
+
-[ ]\(Optional) integrate other databases into the api
172
+
173
+
---
174
+
175
+
## 🗺️ Contributing
176
+
Before submitting issues and pull requests please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
177
+
Please follow these guidelines to make life easier for all of us.
160
178
161
179
---
162
180
163
181
## 📜 License
164
182
database-api is distributed under the terms of the `MIT License`. A complete version of the license is available in the [LICENSE.md](LICENSE.md) in this repository. Any contribution made to this project will be licensed under the `MIT License`.<br>
0 commit comments