fastmssql 0.1.6__cp312-cp312-macosx_11_0_arm64.whl → 0.1.7__cp312-cp312-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fastmssql might be problematic. Click here for more details.
- fastmssql/fastmssql_core.cpython-312-darwin.so +0 -0
- {fastmssql-0.1.6.dist-info → fastmssql-0.1.7.dist-info}/METADATA +1 -20
- fastmssql-0.1.7.dist-info/RECORD +7 -0
- fastmssql-0.1.6.dist-info/RECORD +0 -7
- {fastmssql-0.1.6.dist-info → fastmssql-0.1.7.dist-info}/WHEEL +0 -0
- {fastmssql-0.1.6.dist-info → fastmssql-0.1.7.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastmssql
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: Other/Proprietary License
|
|
@@ -182,25 +182,6 @@ async def main():
|
|
|
182
182
|
asyncio.run(main())
|
|
183
183
|
```
|
|
184
184
|
|
|
185
|
-
#### 3. Convenience Functions
|
|
186
|
-
|
|
187
|
-
```python
|
|
188
|
-
import asyncio
|
|
189
|
-
import mssql_python_rust as mssql
|
|
190
|
-
|
|
191
|
-
async def main():
|
|
192
|
-
# Execute queries without manual connection management
|
|
193
|
-
|
|
194
|
-
# Using connection string
|
|
195
|
-
result = await mssql.execute(
|
|
196
|
-
"SELECT @@SERVERNAME as server",
|
|
197
|
-
connection_string="Server=localhost;Database=master;User Id=myuser;Password=mypass"
|
|
198
|
-
)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
asyncio.run(main())
|
|
202
|
-
```
|
|
203
|
-
|
|
204
185
|
### Connection Pool Configuration
|
|
205
186
|
|
|
206
187
|
Configure the connection pool for your specific needs:
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
fastmssql-0.1.7.dist-info/METADATA,sha256=GrRNZ9jlV8V33aXkKtJ4FwoHTKMZGOmKIzGu7P4k5i8,25566
|
|
2
|
+
fastmssql-0.1.7.dist-info/WHEEL,sha256=EhaWXx4fd8VOPM6W-6pxsePGk73OLk2gBi7fwS90pc8,104
|
|
3
|
+
fastmssql-0.1.7.dist-info/licenses/LICENSE,sha256=NwufX3BNj7RvVtnrshWhkpFOLvWc_YVpGpr3UZGFz_E,4765
|
|
4
|
+
fastmssql/__init__.py,sha256=Sfm-Ven3d_G4dhitAIhWkL9ox-JqXue23nl3-HveA74,607
|
|
5
|
+
fastmssql/fastmssql.py,sha256=kdRlcP-eFWVlcggsmHM33Y7MDZDa8qiIto0r3lsdGr0,26247
|
|
6
|
+
fastmssql/fastmssql_core.cpython-312-darwin.so,sha256=ZBTt09e6F36zwf6lpITZnRKTmA0x0BE8aZsvL3VoKfU,3015888
|
|
7
|
+
fastmssql-0.1.7.dist-info/RECORD,,
|
fastmssql-0.1.6.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
fastmssql-0.1.6.dist-info/METADATA,sha256=nQ4ydWRdckihS-mdqzo6_UU-qWqZoE_gQ2Zd1Kv0Fv0,25969
|
|
2
|
-
fastmssql-0.1.6.dist-info/WHEEL,sha256=EhaWXx4fd8VOPM6W-6pxsePGk73OLk2gBi7fwS90pc8,104
|
|
3
|
-
fastmssql-0.1.6.dist-info/licenses/LICENSE,sha256=NwufX3BNj7RvVtnrshWhkpFOLvWc_YVpGpr3UZGFz_E,4765
|
|
4
|
-
fastmssql/__init__.py,sha256=Sfm-Ven3d_G4dhitAIhWkL9ox-JqXue23nl3-HveA74,607
|
|
5
|
-
fastmssql/fastmssql.py,sha256=kdRlcP-eFWVlcggsmHM33Y7MDZDa8qiIto0r3lsdGr0,26247
|
|
6
|
-
fastmssql/fastmssql_core.cpython-312-darwin.so,sha256=DJ8yRW0yDeF3HUTDzX74RVVzAh52RRJlm23l1-oT2NE,3015888
|
|
7
|
-
fastmssql-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|