Skip to content

Commit ec339ed

Browse files
committed
add db coll section
1 parent 5e6912d commit ec339ed

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

source/databases-collections

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

source/index.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
Getting Started </get-started>
1717
Connect </connect>
18+
Databases & Collections </databases-collections>
1819
CRUD Operations </crud>
1920
Aggregation </aggregation>
2021
Builders </builders>
@@ -56,6 +57,12 @@ Connect to MongoDB
5657
Learn how to create and configure a connection to a MongoDB deployment
5758
in the :ref:`kotlin-sync-connect` section.
5859

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+
5966
Read and Write Data
6067
-------------------
6168

0 commit comments

Comments
 (0)