Commit 300e151
authored
docs: Add read-only Python MSSQL server implementation to README
This PR adds a new Python-based MSSQL server implementation to complement the existing Node.js version. Key differences:
- Language: Python implementation vs existing Node.js implementation
- Access Mode: Read-only by design for enhanced security
- Features:
- Configurable access controls
- Schema inspection capabilities
- Safe database interaction through Python ecosystem
- Built with Python's robust database handling libraries
This implementation provides an alternative for users who prefer Python or need Python-specific database handling features while maintaining the same security standards as the original MSSQL server.1 parent 3d53053 commit 300e151
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments