-
Notifications
You must be signed in to change notification settings - Fork 31
DOC: Update text to provide a broader overview #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the PyPI description to provide a more comprehensive overview of the mssql-python driver, explaining its technical advantages and positioning it more effectively for potential users.
- Enhanced the introduction with technical details about DDBC architecture and PyBind11 implementation
- Added detailed explanation of why the driver's architecture matters and its key advantages
- Restructured content to focus on the current v0.10.0 release rather than general preview messaging
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| PyPI_Description.md | Comprehensive rewrite with technical architecture details, benefits explanation, and updated release information |
| mssql_python/CMakeFiles/* | Generated CMake build files and cache entries (auto-generated content) |
| mssql_python/.cmake/api/* | Generated CMake API files (auto-generated content) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Noticed this had a bunch of extra files and removed. |
gargsaumya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sumitmsft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added one comment.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
780033d to
d642d56
Compare
Work Item / Issue Reference
Summary
Update the docs page for the PyPi to provide more information on why the new driver is a good choice for new development or migrating existing scripts to.