forked from mongodb/docs-relational-migrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-generation.txt
56 lines (44 loc) · 1.36 KB
/
code-generation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. _rm-code-generation:
===============
Code Generation
===============
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Relational Migrator can help you convert your SQL and application code
to MongoDB. Use Relational Migrator's code generation features to
streamline the migration process.
Use Cases
---------
You can use the following features in the :guilabel:`Code Generation`
tab to convert your relational database SQL and generate new
application code:
.. list-table::
:header-rows: 1
* - Feature
- Description
- Supports
* - Query Converter
- Converts SQL based relational database code to function with
MongoDB. The converted code takes into consideration the mapping
rules and schema transformations defined in your project.
-
- SQL queries
- SQL views
- Stored procedures
* - Generate App Code
- Automatically generates new application code based on your
project's mapping rules and schema transformations.
-
- ``C#``, ``Java``, ``JavaScript``, and ``JSON`` application code
Get Started
-----------
- :ref:`Convert your application code<rm-generate-app-code>`
- :ref:`Convert your SQL code<rm-query-converter>`
.. toctree::
:hidden:
:titlesonly:
/code-generation/generate-app-code
/code-generation/query-converter