We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e2fa commit 03444dbCopy full SHA for 03444db
1 file changed
.github/copilot-instructions.md
@@ -186,6 +186,8 @@ mssql_python/
186
├── type.py # DB API 2.0 type objects
187
├── constants.py # ODBC constants
188
├── helpers.py # Utility functions and settings
189
+├── ddbc_bindings.py # Platform-specific extension loader with architecture detection
190
+├── mssql_python.pyi # Type stubs for IDE support
191
└── pybind/ # Native extension source
192
├── ddbc_bindings.cpp # Main C++ binding code
193
├── CMakeLists.txt # Cross-platform build configuration
0 commit comments