orm-database 0.3.24__py3-none-any.whl → 0.3.25__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.
@@ -120,7 +120,6 @@ class PostgreSQL:
120
120
 
121
121
  async def insert_values_truple(self, table: str, key:dict,value:list):
122
122
  query = query_insert_values_truple(table=table,key=key)
123
- print(query)
124
123
  await self.db.executemany(query,value)
125
124
 
126
125
  async def copy_records_to_table(self, table: str, value:list):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: orm_database
3
- Version: 0.3.24
3
+ Version: 0.3.25
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
@@ -0,0 +1,8 @@
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,,
@@ -1,8 +0,0 @@
1
- orm_database/__init__.py,sha256=q0A0dUBMacf_yaU5m4VWCDlP__pVAz3I1Bhn1RPkv9I,140
2
- orm_database/orm_database.py,sha256=XUptMSSid1AfYMVIIegGVtb5_LA0raUWAoojHTdxNBE,8282
3
- orm_database/orm_query.py,sha256=cykc-uNzLYV9_m1m6oc6EIS9UQrS3xpmDfjco3o-GD8,4420
4
- orm_database-0.3.24.dist-info/LICENSE,sha256=v33KAoqx5qhyUNlHOjYmBBKDtd9ymzWB7sR4cova190,1064
5
- orm_database-0.3.24.dist-info/METADATA,sha256=0UB0naiX4i_WEvSV48dYKLDOJMEFdXZ0T6JTW7X9UCw,7179
6
- orm_database-0.3.24.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- orm_database-0.3.24.dist-info/top_level.txt,sha256=dzcxzqcdsX4x3lqSkz1tVcu1qKX02rXOu6QN3cHggU4,13
8
- orm_database-0.3.24.dist-info/RECORD,,