fastmssql 0.3.8__cp314-cp314-macosx_11_0_arm64.whl → 0.4.0__cp314-cp314-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.

Binary file
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastmssql
3
- Version: 0.3.8
4
- Classifier: Development Status :: 4 - Beta
3
+ Version: 0.4.0
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+)
7
7
  Classifier: Operating System :: OS Independent
@@ -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>=7.0 ; extra == 'dev'
22
- Requires-Dist: pytest-asyncio>=0.21 ; extra == 'dev'
23
- Requires-Dist: psutil>=5.9.0 ; extra == 'dev'
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=8PN00pnyEkd_6QuW435wzjWsSY8pIRSwLI5Xrz8sqRc,132
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/fastmssql.cpython-314-darwin.so,sha256=fh7hExyh3_kFDuryWV3heUAjkjcI7rkN9UpAVwgwjEQ,2086464
6
+ fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.4)
2
+ Generator: maturin (1.9.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp314-cp314-macosx_11_0_arm64
5
5
  Generator: delocate 0.13.0
@@ -1,6 +0,0 @@
1
- fastmssql-0.3.8.dist-info/RECORD,,
2
- fastmssql-0.3.8.dist-info/WHEEL,sha256=Dfn9zUatNC9j13ABUHNgyZmkyHCncipEw4RIexPnpdI,132
3
- fastmssql-0.3.8.dist-info/METADATA,sha256=z2NgSJP9XoTN2zif5cEck9yMHBSUNCJpLSPjz4ZQv0w,13364
4
- fastmssql-0.3.8.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
5
- fastmssql/fastmssql.cpython-314-darwin.so,sha256=7STP9O1LWCTV_W6WNLAU5cDB-gXWbgIS7FxpkjxKkNs,2069296
6
- fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543