fastmssql 0.3.5__cp39-cp39-win_amd64.whl → 0.3.6__cp39-cp39-win_amd64.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.cp39-win_amd64.pyd +0 -0
- {fastmssql-0.3.5.dist-info → fastmssql-0.3.6.dist-info}/METADATA +8 -21
- fastmssql-0.3.6.dist-info/RECORD +6 -0
- fastmssql-0.3.5.dist-info/RECORD +0 -6
- {fastmssql-0.3.5.dist-info → fastmssql-0.3.6.dist-info}/WHEEL +0 -0
- {fastmssql-0.3.5.dist-info → fastmssql-0.3.6.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.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
@@ -9,7 +9,6 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
9
9
|
Classifier: Operating System :: POSIX :: Linux
|
|
10
10
|
Classifier: Operating System :: MacOS
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,7 +26,7 @@ License-File: LICENSE
|
|
|
27
26
|
Summary: A high-performance async Python library for Microsoft SQL Server built on Rust for heavy workloads and low latency.
|
|
28
27
|
Author-email: Riveranda <riverb514@gmail.com>
|
|
29
28
|
License: GPL-3.0-or-later OR Commercial
|
|
30
|
-
Requires-Python: >=3.
|
|
29
|
+
Requires-Python: >=3.9
|
|
31
30
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
32
31
|
Project-URL: Homepage, https://github.com/Rivendael/FastMssql
|
|
33
32
|
Project-URL: Repository, https://github.com/Rivendael/FastMssql
|
|
@@ -40,30 +39,18 @@ FastMSSQL is an async Python library for Microsoft SQL Server (MSSQL), built in
|
|
|
40
39
|
Unlike pyodbc or pymssql, it uses a native SQL Server client—no ODBC required—simplifying installation on Windows, macOS, and Linux.
|
|
41
40
|
Great for data ingestion, bulk inserts, and large-scale query workloads.
|
|
42
41
|
|
|
43
|
-
[](https://pypi.org/project/fastmssql/)
|
|
44
42
|
[](https://pypi.org/project/fastmssql/)
|
|
45
|
-
[](https://github.com/Rivendael/pymssql-rs)
|
|
47
|
-
[](LICENSE)
|
|
43
|
+
[](https://github.com/Rivendael/fastmssql)
|
|
48
44
|
|
|
45
|
+
[](LICENSE)
|
|
49
46
|
|
|
47
|
+
[](https://github.com/Rivendael/fastmssql/actions/workflows/build.yml)
|
|
50
48
|
|
|
51
|
-
|
|
49
|
+
[](https://github.com/Rivendael/fastmssql/releases)
|
|
52
50
|
|
|
53
|
-
-
|
|
54
|
-
- Installation
|
|
55
|
-
- Quick start
|
|
56
|
-
- Usage
|
|
57
|
-
- Connection options
|
|
58
|
-
- Working with data (query vs execute)
|
|
59
|
-
- Connection pooling
|
|
60
|
-
- SSL/TLS
|
|
61
|
-
- Performance tips
|
|
62
|
-
- Examples & benchmarks
|
|
63
|
-
- Troubleshooting
|
|
64
|
-
- Contributing
|
|
65
|
-
- License
|
|
51
|
+
[](https://github.com/Rivendael/fastmssql)
|
|
66
52
|
|
|
53
|
+
[](https://github.com/Rivendael/pymssql-rs)
|
|
67
54
|
|
|
68
55
|
## Features
|
|
69
56
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
fastmssql-0.3.6.dist-info/METADATA,sha256=5XyNxAUnsqTojQjM_B77pKBrZD55Y9RhbC2F2EHKwm8,12866
|
|
2
|
+
fastmssql-0.3.6.dist-info/WHEEL,sha256=nXnbksKtHhahczd7ttWN6X6HjQgLPILVWf_tYUzg9Pc,94
|
|
3
|
+
fastmssql-0.3.6.dist-info/licenses/LICENSE,sha256=oCvGJWOz1z4-4sMRHL32UnC0BnRFXmJZYQ0QAsv0Cok,34533
|
|
4
|
+
fastmssql/__init__.py,sha256=xTvVL92qRiQd3BSe3k7sZ7ud9J9pmNxonpixx48G2Q0,44500
|
|
5
|
+
fastmssql/fastmssql.cp39-win_amd64.pyd,sha256=4hldYvmb5gpNpdJoXZXClN3qhsoSwdkAeWnFD3OSCgE,2228224
|
|
6
|
+
fastmssql-0.3.6.dist-info/RECORD,,
|
fastmssql-0.3.5.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
fastmssql-0.3.5.dist-info/METADATA,sha256=dH6-LiUNBvH8EMa9D_oYwBTC79-JBd7k1HLkiPqZriM,12795
|
|
2
|
-
fastmssql-0.3.5.dist-info/WHEEL,sha256=nXnbksKtHhahczd7ttWN6X6HjQgLPILVWf_tYUzg9Pc,94
|
|
3
|
-
fastmssql-0.3.5.dist-info/licenses/LICENSE,sha256=oCvGJWOz1z4-4sMRHL32UnC0BnRFXmJZYQ0QAsv0Cok,34533
|
|
4
|
-
fastmssql/__init__.py,sha256=xTvVL92qRiQd3BSe3k7sZ7ud9J9pmNxonpixx48G2Q0,44500
|
|
5
|
-
fastmssql/fastmssql.cp39-win_amd64.pyd,sha256=qeeKNu84g2jrXtt_89w6TGKG-6e69mpEJaksx0eDMsw,2228224
|
|
6
|
-
fastmssql-0.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|