File tree Expand file tree Collapse file tree 7 files changed +79
-1
lines changed Expand file tree Collapse file tree 7 files changed +79
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ toc_landing_pages = [
3232" connection-strings/connection-strings" ,
3333" code-generation" ,
3434" code-generation/generate-app-code" ,
35- " code-generation/query-converter"
35+ " code-generation/query-converter" ,
36+ " prerequisites"
3637]
3738
3839[constants ]
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ Explore libraries and tools for MongoDB.
153153 /supported-databases
154154 /migration-scenarios
155155 /installation
156+ /prerequisites
156157 /projects/projects
157158 /mapping-rules/mapping-rules
158159 /table-filters/table-filters
Original file line number Diff line number Diff line change 1+ .. _rm-prerequisites:
2+
3+ =============
4+ Prerequisites
5+ =============
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ The following pages outline the details and specifics of prepping your
14+ database for use with Relational Migrator.
15+
16+ .. toctree::
17+ :titlesonly:
18+ :hidden:
19+
20+ /prerequisites/my-sql
21+ /prerequisites/oracle
22+ /prerequisites/postgres
23+ /prerequisites/sql-server
24+
Original file line number Diff line number Diff line change 1+ .. _rm-prereq-mysql:
2+
3+ =============================
4+ MySQL Migration Prerequisites
5+ =============================
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ MySQL.
Original file line number Diff line number Diff line change 1+ .. _rm-prereq-oracle:
2+
3+ ==============================
4+ Oracle Migration Prerequisites
5+ ==============================
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ Oracle.
Original file line number Diff line number Diff line change 1+ .. _rm-prereq-postgres:
2+
3+ ================================
4+ Postgres Migration Prerequisites
5+ ================================
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ Postgres.
Original file line number Diff line number Diff line change 1+ .. _rm-prereq-sqlserver:
2+
3+ ==================================
4+ SQL Server Migration Prerequisites
5+ ==================================
6+
7+ .. contents:: On this page
8+ :local:
9+ :backlinks: none
10+ :depth: 1
11+ :class: singlecol
12+
13+ SQL Server.
You can’t perform that action at this time.
0 commit comments