File tree 9 files changed +145
-0
lines changed
9 files changed +145
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ MongoDB Realm Node.js SDK
12
12
Quick Start </sdk/node/quick-start-local>
13
13
Quick Start with Sync </sdk/node/quick-start>
14
14
Fundamentals </sdk/node/fundamentals>
15
+ Data Types </sdk/node/data-types>
15
16
Usage Examples </sdk/node/examples>
16
17
Integration Guides </sdk/node/integrations>
17
18
Advanced Guides </sdk/node/advanced>
Original file line number Diff line number Diff line change
1
+ .. _node-data-types:
2
+
1
3
==============================
2
4
Realm Data Types - Node.js SDK
3
5
==============================
6
+ .. default-domain:: mongodb
7
+
8
+ .. contents:: On this page
9
+ :local:
10
+ :backlinks: none
11
+ :depth: 2
12
+ :class: singlecol
13
+
14
+ .. toctree::
15
+ :titlesonly:
16
+ :hidden:
17
+
18
+ Field Types </sdk/node/data-types/field-types>
19
+ Collections </sdk/node/data-types/collections>
20
+ Dictionaries </sdk/node/data-types/dictionaries>
21
+ Sets </sdk/node/data-types/sets>
22
+ Mixed </sdk/node/data-types/mixed>
23
+ UUID </sdk/node/data-types/uuid>
24
+ Embedded Objects </sdk/node/data-types/embedded-objects>
25
+
26
+ - :doc:`Field Types </sdk/node/data-types/field-types>`
27
+ - :doc:`Collections </sdk/node/data-types/collections>`
28
+ - :doc:`Dictionaries </sdk/node/data-types/dictionaries>`
29
+ - :doc:`Sets </sdk/node/data-types/sets>`
30
+ - :doc:`Mixed </sdk/node/data-types/mixed>`
31
+ - :doc:`UUID </sdk/node/data-types/uuid>`
32
+ - :doc:`Embedded Objects </sdk/node/data-types/embedded-objects>`
Original file line number Diff line number Diff line change
1
+ .. _node-collections:
2
+
3
+ =========================
4
+ Collections - Node.js SDK
5
+ =========================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ Overview
16
+ --------
Original file line number Diff line number Diff line change
1
+ .. _node-dictionaries:
2
+
3
+ ==========================
4
+ Dictionaries - Node.js SDK
5
+ ==========================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ .. versionadded:: 10.5.0-beta.1
16
+
17
+ Overview
18
+ --------
Original file line number Diff line number Diff line change
1
+ .. _node-embedded-objects:
2
+
3
+ ==============================
4
+ Embedded Objects - Node.js SDK
5
+ ==============================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
Original file line number Diff line number Diff line change
1
+ .. _node-field-types:
2
+
3
+ =========================
4
+ Field Types - Node.js SDK
5
+ =========================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+
16
+ {+client-database+} supports the following field data types:
Original file line number Diff line number Diff line change
1
+ .. _node-mixed:
2
+
3
+ ===================
4
+ Mixed - Node.js SDK
5
+ ===================
6
+ .. default-domain:: mongodb
7
+
8
+ .. contents:: On this page
9
+ :local:
10
+ :backlinks: none
11
+ :depth: 2
12
+ :class: singlecol
13
+
14
+ .. versionadded:: 10.5.0-beta.1
15
+
16
+ Overview
17
+ --------
Original file line number Diff line number Diff line change
1
+ .. _node-sets:
2
+
3
+ ==================
4
+ Sets - Node.js SDK
5
+ ==================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ .. versionadded:: 10.5.0-beta.1
16
+
17
+ Overview
18
+ --------
Original file line number Diff line number Diff line change
1
+ .. _node-uuid:
2
+
3
+ ==================
4
+ UUID - Node.js SDK
5
+ ==================
6
+ .. default-domain:: mongodb
7
+
8
+ .. contents:: On this page
9
+ :local:
10
+ :backlinks: none
11
+ :depth: 2
12
+ :class: singlecol
13
+
14
+ .. versionadded:: 10.5.0-beta.1
15
+
16
+ Overview
17
+ --------
You can’t perform that action at this time.
0 commit comments