orm-database 0.3.25__py3-none-any.whl → 0.3.27__py3-none-any.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.
@@ -40,7 +40,6 @@ class MariaDB:
40
40
  async def insert_value(self, table: str, value: dict):
41
41
  query = query_insert_value(table,value)
42
42
  cur = self.db.cursor()
43
- print(query)
44
43
  cur.execute(query)
45
44
  self.db.commit()
46
45
 
orm_database/orm_query.py CHANGED
@@ -24,7 +24,7 @@ def query_baseModel_create_table(table,class_BaseModel):
24
24
  except:
25
25
  match data["type"]:
26
26
  case "string":
27
- type = f"varchar({data["varchar"]})"
27
+ type = f"varchar({data['varchar']})"
28
28
  case "number":
29
29
  type = "float"
30
30
  case "integer":
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: orm_database
3
- Version: 0.3.25
3
+ Version: 0.3.27
4
4
  Summary: This module is written to launch your programs with any database you want in the shortest time
5
5
  Home-page: https://github.com/sisrsis/orm-database
6
6
  Author: SISRSIS
@@ -17,6 +17,7 @@ Dynamic: description
17
17
  Dynamic: description-content-type
18
18
  Dynamic: home-page
19
19
  Dynamic: license
20
+ Dynamic: license-file
20
21
  Dynamic: requires-dist
21
22
  Dynamic: summary
22
23
 
@@ -0,0 +1,8 @@
1
+ orm_database/__init__.py,sha256=q0A0dUBMacf_yaU5m4VWCDlP__pVAz3I1Bhn1RPkv9I,140
2
+ orm_database/orm_database.py,sha256=p_nSu6v7iLNwPgB118eFnOy0ndVY3B_5_llY4DAAing,8238
3
+ orm_database/orm_query.py,sha256=tT8SY-dJPb_W33W-ofLFPr5HEnJY6pHWYGdjmvftFfY,4420
4
+ orm_database-0.3.27.dist-info/licenses/LICENSE,sha256=v33KAoqx5qhyUNlHOjYmBBKDtd9ymzWB7sR4cova190,1064
5
+ orm_database-0.3.27.dist-info/METADATA,sha256=YWU85Q1212GjEmjIWGbvFzfB_z3CA54_IBIUXpYr_U4,7201
6
+ orm_database-0.3.27.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
7
+ orm_database-0.3.27.dist-info/top_level.txt,sha256=dzcxzqcdsX4x3lqSkz1tVcu1qKX02rXOu6QN3cHggU4,13
8
+ orm_database-0.3.27.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- orm_database/__init__.py,sha256=q0A0dUBMacf_yaU5m4VWCDlP__pVAz3I1Bhn1RPkv9I,140
2
- orm_database/orm_database.py,sha256=Ez1JjvMD13ZIvenxgk1DRKmFaTgj1VuIbXaLWGlTgPU,8260
3
- orm_database/orm_query.py,sha256=cykc-uNzLYV9_m1m6oc6EIS9UQrS3xpmDfjco3o-GD8,4420
4
- orm_database-0.3.25.dist-info/LICENSE,sha256=v33KAoqx5qhyUNlHOjYmBBKDtd9ymzWB7sR4cova190,1064
5
- orm_database-0.3.25.dist-info/METADATA,sha256=31U2psohS4qzVG4-qZ6xfXd5XIUoMI4r3eJ6nWWaa1Q,7179
6
- orm_database-0.3.25.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- orm_database-0.3.25.dist-info/top_level.txt,sha256=dzcxzqcdsX4x3lqSkz1tVcu1qKX02rXOu6QN3cHggU4,13
8
- orm_database-0.3.25.dist-info/RECORD,,