Skip to content

Commit 9d0f163

Browse files
msetbargithub-actions
andauthored
Automated documentation update [skip ci] (#4)
Co-authored-by: github-actions <github-actions@github.com>
1 parent a61590b commit 9d0f163

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/python-mssql/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11

2-
# Python and MS SQL Server (Python-mssql)
2+
# Python 3 & Microsoft Sql Server (python-mssql)
33

44
Develop Python based applications with all required components to interact with MS SQL Server locally and in Azure. Includes all needed SDKs, extensions, dependencies and an MS SQL container for parallel database development. Adds an additional MS SQL container to Python container definition and deploys any .dacpac files from the mssql .devcontainer folder.
55

66
## Options
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Python version: | string | 3.11-bullseye |
10+
| pythonImageVariant | Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon): | string | 3.11-bullseye |
11+
1112

1213
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1314

@@ -53,3 +54,7 @@ Use **`db`** as a server name and **`sa`** as a user name. The password is **`P@
5354
By default, a blank user database is created titled "ApplicationDB". To add additional database objects or data through T-SQL during Codespace configuration, edit the file `.devcontainer/mssql/setup.sql` or place additional `.sql` files in the `.devcontainer/mssql/` folder. *Large numbers of scripts may take a few minutes following container creation to complete, even when the SQL server is available the database(s) may not be available yet.*
5455

5556
Alternatively, .dacpac files placed in the `./bin/Debug` folder will be published as databases in the container during Codespace configuration. [SqlPackage](https://docs.microsoft.com/sql/tools/sqlpackage) is used to deploy a database schema from a data-tier application file (dacpac), allowing you to bring your application's database structures into the dev container easily. *The publish process may take a few minutes following container creation to complete, even when the server is available the database(s) may not be available yet.*
57+
58+
---
59+
60+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/Azure-Samples/python-ms-sql-devcontainer/blob/main/src/python-mssql/devcontainer-template.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)