From 6bd3ec04e8ed8fdb2a121b0de7f958a4fe5a7503 Mon Sep 17 00:00:00 2001 From: Ronen Lubin Date: Thu, 25 Jan 2024 10:31:18 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fab2399..e0baf43 100644 --- a/README.md +++ b/README.md @@ -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" ] @@ -94,6 +94,7 @@ The provider supports the following databases: * MariaDB * PostgreSQL * SQLite +* Microsoft SQL Server ### Issues