fastmssql 0.1.5__cp312-cp312-macosx_11_0_arm64.whl → 0.1.6__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.5.dist-info → fastmssql-0.1.6.dist-info}/METADATA +13 -4
- fastmssql-0.1.6.dist-info/RECORD +7 -0
- fastmssql-0.1.5.dist-info/RECORD +0 -7
- {fastmssql-0.1.5.dist-info → fastmssql-0.1.6.dist-info}/WHEEL +0 -0
- {fastmssql-0.1.5.dist-info → fastmssql-0.1.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.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: Other/Proprietary License
|
|
@@ -66,13 +66,22 @@ This library uses the high-performance **bb8 connection pool** which provides:
|
|
|
66
66
|
|
|
67
67
|
## Installation
|
|
68
68
|
|
|
69
|
+
### From PyPI (Recommended)
|
|
70
|
+
|
|
71
|
+
Install fastmssql using pip:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
pip install fastmssql
|
|
75
|
+
```
|
|
76
|
+
|
|
69
77
|
### Prerequisites
|
|
70
78
|
|
|
71
|
-
- Python 3.8
|
|
72
|
-
- Rust toolchain (for building from source)
|
|
79
|
+
- Python 3.8 to 3.12
|
|
73
80
|
- Microsoft SQL Server (any recent version)
|
|
74
81
|
|
|
75
|
-
### From Source
|
|
82
|
+
### From Source (Development)
|
|
83
|
+
|
|
84
|
+
If you want to build from source or contribute to development:
|
|
76
85
|
|
|
77
86
|
1. Clone the repository:
|
|
78
87
|
```bash
|
|
@@ -0,0 +1,7 @@
|
|
|
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,,
|
fastmssql-0.1.5.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
fastmssql-0.1.5.dist-info/METADATA,sha256=8HDHMyt1Q7-fuITWrdgj_7_JncNbrignbbjLePC97sk,25843
|
|
2
|
-
fastmssql-0.1.5.dist-info/WHEEL,sha256=EhaWXx4fd8VOPM6W-6pxsePGk73OLk2gBi7fwS90pc8,104
|
|
3
|
-
fastmssql-0.1.5.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=3kGI9mbXC7dox7Gu1P8BIRzePbTspdt3I58laZ0Qxvo,3015936
|
|
7
|
-
fastmssql-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|