fastmssql 0.3.9__cp310-cp310-macosx_10_12_x86_64.whl → 0.4.0__cp310-cp310-macosx_10_12_x86_64.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.cpython-310-darwin.so +0 -0
- {fastmssql-0.3.9.dist-info → fastmssql-0.4.0.dist-info}/METADATA +4 -28
- fastmssql-0.4.0.dist-info/RECORD +6 -0
- {fastmssql-0.3.9.dist-info → fastmssql-0.4.0.dist-info}/WHEEL +1 -1
- fastmssql-0.3.9.dist-info/RECORD +0 -6
- {fastmssql-0.3.9.dist-info → fastmssql-0.4.0.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.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Classifier: Development Status :: 5 - Production/Stable
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
@@ -18,9 +18,9 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
18
18
|
Classifier: Programming Language :: Rust
|
|
19
19
|
Classifier: Topic :: Database
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
|
-
Requires-Dist: pytest>=
|
|
22
|
-
Requires-Dist: pytest-asyncio>=0
|
|
23
|
-
Requires-Dist: psutil>=
|
|
21
|
+
Requires-Dist: pytest>=8.4.2 ; extra == 'dev'
|
|
22
|
+
Requires-Dist: pytest-asyncio>=1.2.0 ; extra == 'dev'
|
|
23
|
+
Requires-Dist: psutil>=7.1.1 ; extra == 'dev'
|
|
24
24
|
Provides-Extra: dev
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Summary: A high-performance async Python library for Microsoft SQL Server built on Rust for heavy workloads and low latency.
|
|
@@ -95,15 +95,6 @@ pip install fastmssql
|
|
|
95
95
|
- Python 3.9 to 3.14
|
|
96
96
|
- Microsoft SQL Server (any recent version)
|
|
97
97
|
|
|
98
|
-
### From source (development)
|
|
99
|
-
|
|
100
|
-
```bash
|
|
101
|
-
git clone <your-repo-url>
|
|
102
|
-
cd pymssql-rs
|
|
103
|
-
./setup.sh
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
|
|
107
98
|
## Quick start
|
|
108
99
|
|
|
109
100
|
### Basic async usage
|
|
@@ -278,21 +269,6 @@ async def main():
|
|
|
278
269
|
asyncio.run(main())
|
|
279
270
|
```
|
|
280
271
|
|
|
281
|
-
|
|
282
|
-
### Connection strings
|
|
283
|
-
|
|
284
|
-
```python
|
|
285
|
-
# SQL Server Authentication
|
|
286
|
-
conn_str = "Server=localhost;Database=MyDB;User Id=sa;Password=MyPassword"
|
|
287
|
-
|
|
288
|
-
# With specific port
|
|
289
|
-
conn_str = "Server=localhost,1433;Database=MyDB;User Id=myuser;Password=mypass"
|
|
290
|
-
|
|
291
|
-
# Azure SQL Database (encryption recommended)
|
|
292
|
-
conn_str = "Server=tcp:myserver.database.windows.net,1433;Database=MyDB;User Id=myuser;Password=mypass;Encrypt=true"
|
|
293
|
-
```
|
|
294
|
-
|
|
295
|
-
|
|
296
272
|
### Connection pooling
|
|
297
273
|
|
|
298
274
|
Tune the pool to fit your workload. Constructor signature:
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
fastmssql-0.4.0.dist-info/RECORD,,
|
|
2
|
+
fastmssql-0.4.0.dist-info/WHEEL,sha256=iMvG8SxnUtbSUPQOW6ndxLT7dN7L7AJA_zPRDGBIV5g,134
|
|
3
|
+
fastmssql-0.4.0.dist-info/METADATA,sha256=Fw2-EfcPy3kFeOQ-24N8tKOBviYBDLAyT57P4_6_JVA,12874
|
|
4
|
+
fastmssql-0.4.0.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
|
|
5
|
+
fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
|
|
6
|
+
fastmssql/fastmssql.cpython-310-darwin.so,sha256=-38l_WnijvLb_aAfyqPUiM5H9Q_1qJUPjMwP37G5T1I,2376948
|
fastmssql-0.3.9.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
fastmssql-0.3.9.dist-info/RECORD,,
|
|
2
|
-
fastmssql-0.3.9.dist-info/WHEEL,sha256=a-01Vcz9aerk-b_BCl_N7uhY4xt8EP-M1YpYGHlTBQs,134
|
|
3
|
-
fastmssql-0.3.9.dist-info/METADATA,sha256=XsDBGXQkQVbcUN7jz6l5_VTqQUv0kgdY1-jItopTMIc,13377
|
|
4
|
-
fastmssql-0.3.9.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
|
|
5
|
-
fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
|
|
6
|
-
fastmssql/fastmssql.cpython-310-darwin.so,sha256=qzs9lC5MVETSohczJlkP68MwL4VKbdHb_EGK4ufSlP8,2359852
|
|
File without changes
|