Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 25, 2024
1 parent d92f430 commit 6bd3ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "external_schema" "django" {
"python",
"manage.py",
"atlas-provider-django",
"--dialect", "mysql" // mariadb | postgresql | sqlite
"--dialect", "mysql" // mariadb | postgresql | sqlite | mssql
// if you want to only load a subset of your app models, you can specify the apps by adding
// "--apps", "app1", "app2", "app3"
]
Expand Down Expand Up @@ -94,6 +94,7 @@ The provider supports the following databases:
* MariaDB
* PostgreSQL
* SQLite
* Microsoft SQL Server

### Issues

Expand Down

0 comments on commit 6bd3ec0

Please sign in to comment.