You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20-prerequisites.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ docker run -p 5432:5432 sample-postgres-library
38
38
```
39
39
The PostgreSQL server can be accessed at localhost:5432 with a username of `postgres` and a password of `postgres`.
40
40
41
+
### Option 4: Load an SQL file
42
+
Choose this option if you just want a quick hands-on experience and you don't need to run actual migration.
43
+
Download the file [library-schema.sql](https://github.com/mongodb-developer/relational-migrator-lab/blob/main/resource/library-schema.sql)
44
+
and upload this file later on at the **create a project** step. However, you will not be able to perform an actual migration if you not have a source database.
45
+
41
46
## 2. MongoDB Database
42
47
43
48
As we'll be importing data from a Relational Database into MongoDB, you'll need to have a MongoDB database. You have a
Collapse file: docs/50-Create a Project/50-create-new-project.mdx
0 commit comments