File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ .. _rm-projects:
2
+
1
3
========
2
4
Projects
3
5
========
4
6
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
12
+
13
+ To interact with Relation Migrator, you use a project. A project holds
14
+ configuration settings, mapping rules, and migration-specific details.
15
+ Relational Migrator allows you to :ref:`import<import-project>`,
16
+ :ref:`export <export-project>`, and :ref:`delete <delete-project>` projects.
17
+ You can also :ref:`manage the relational model<rm-manage-relational-model>`
18
+ from a project.
19
+
20
+ Get Started
21
+ -----------
22
+
23
+ There are multiple options for you to create a project:
24
+
25
+ .. list-table::
26
+ :header-rows: 1
27
+ :widths: 50 50
28
+
29
+ * - Option
30
+ - Description
31
+
32
+ * - :ref:`rm-create-project-live`
33
+ - Provide source and destination connection details and migrate data from a live relational system.
34
+ * - :ref:`create-project-schema-file`
35
+ - Export a Data Definition Language (DDL) file from your relational system and import it into Relational Migrator.
36
+ * - :ref:`create-project-sample-schema`
37
+ - Use a predefined sample schema even if you do not have a relational system to connect to.
38
+
5
39
.. toctree::
6
40
:hidden:
7
41
:titlesonly:
@@ -14,4 +48,4 @@ Projects
14
48
/projects/import-project
15
49
/projects/export-project
16
50
/projects/deleting-projects
17
- /projects/renaming-projects
51
+ /projects/renaming-projects
You can’t perform that action at this time.
0 commit comments