File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SQLAlchemy models and DDL and ERD generation for chop-dbhi/data-models style JSO
7
7
In your shell, hopefully within a virtualenv:
8
8
9
9
``` sh
10
- pip install dmsa # Pending push to PyPi
10
+ pip install dmsa
11
11
```
12
12
13
13
In python:
@@ -55,7 +55,7 @@ The following DBMS dialects are supported when generating DDL:
55
55
Retrieve the image:
56
56
57
57
``` sh
58
- docker pull dbhi/data-models-sqlalchemy # Pending push to Docker Hub
58
+ docker pull dbhi/data-models-sqlalchemy
59
59
```
60
60
61
61
Usage for DDL generation:
@@ -106,7 +106,7 @@ pip install pyodbc # for MS SQL Server DDL generation
106
106
Install the data-models-sqlalchemy python package:
107
107
108
108
``` sh
109
- pip install dmsa # Pending push to PyPi
109
+ pip install dmsa
110
110
```
111
111
112
112
Usage for DDL generation:
You can’t perform that action at this time.
0 commit comments