File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _kotlin-sync-db-collections:
2
+
3
+ =========================
4
+ Databases and Collections
5
+ =========================
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
Original file line number Diff line number Diff line change 15
15
16
16
Getting Started </get-started>
17
17
Connect </connect>
18
+ Databases & Collections </databases-collections>
18
19
CRUD Operations </crud>
19
20
Aggregation </aggregation>
20
21
Builders </builders>
@@ -56,6 +57,12 @@ Connect to MongoDB
56
57
Learn how to create and configure a connection to a MongoDB deployment
57
58
in the :ref:`kotlin-sync-connect` section.
58
59
60
+ Databases and Collections
61
+ -------------------------
62
+
63
+ Learn how to interact wth MongoDB databases and collections in the
64
+ :ref:`kotlin-sync-db-collections` section.
65
+
59
66
Read and Write Data
60
67
-------------------
61
68
You can’t perform that action at this time.
0 commit comments