We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d867502 commit 575cde7Copy full SHA for 575cde7
README.md
@@ -47,7 +47,7 @@ The driver offers a suite of Pythonic enhancements that streamline database inte
47
Connect to SQL Server and execute a simple query:
48
49
```python
50
-from mssql_python import connect
+import mssql_python
51
52
# Establish a connection
53
# Specify connection string
0 commit comments