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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This is a tool to easily fill a SQL database.
2
2
It is able to analyse a schema and generate a `settings/schema.jsonc` which will be used to generate accurate data. It does its best to handle foreign keys.
3
-
You can provide a `settings/custom_schema.jsonc` to customize `settings/schema.jsonc` during the generation phase. This will allow you to override datatype for a column, force the use of a foreign key
3
+
You can provide a `settings/schema_custom.jsonc` to customize `settings/schema.jsonc` during the generation phase. This will allow you to override datatype for a column, force the use of a foreign key
4
4
or specify a list of values.
5
5
6
6
## functionalities
@@ -16,13 +16,13 @@ or specify a list of values.
16
16
17
17
The first step is to analyse your database to generate a `settings/schema.jsonc` by providing database credentials:
18
18
19
-
```
20
-
npm install -g @corteks/mysql-data-generator
19
+
The `schema` parameter allows you to specify a name for the output files and differentiate between multiple schemas and setups.
0 commit comments