Skip to content

Commit 842cfb4

Browse files
committed
Add links to documentation and release notes in README.md
1 parent 4e11a8a commit 842cfb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**mssql-python** is a Python driver for Microsoft SQL Server and the Azure SQL family of databases. It leverages Direct Database Connectivity (DDBC) that enables direct connections to SQL Server without requiring an external driver manager. Designed to comply with the [DB API 2.0](https://peps.python.org/pep-0249/) specification, this driver also introduces Pythonic enhancements for improved usability and functionality. It supports a full range of database operations, including connection management, query execution, and transaction handling.
44

5+
[Documentation](https://github.com/microsoft/mssql-python/wiki) | [Release Notes](https://github.com/microsoft/mssql-python/releases)
6+
57
## Installation
68

79
mssql-python can be installed with [pip](http://pypi.python.org/pypi/pip)
@@ -63,9 +65,6 @@ for row in rows:
6365
# Close the connection
6466
connection.close()
6567
```
66-
## Documentation
67-
68-
- [ ] TODO: Add link to the API documentation in Wiki
6968

7069
## Still have questions?
7170

0 commit comments

Comments
 (0)