File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
source/code-generation/query-converter Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ Before you Begin
29
29
- MongoDB does not have an official synonym object type for the SQL
30
30
stored procedure. Instead, MongoDB supports custom JavaScript and
31
31
driver code that hosts the database logic. Part of your application
32
- modernization journey is to choose the programming language and hosting
33
- option that best serves your application needs. You can host your
34
- converted stored procedure code in your application or with
35
- :ref:`MongoDB App Services Functions <functions>`.
32
+ modernization journey is to choose the programming language that
33
+ best serves your application needs. You can host your converted
34
+ stored procedure code in your application.
36
35
37
36
- .. include:: /includes/fact-query-converter-disclaimer.rst
38
37
You can’t perform that action at this time.
0 commit comments