orm-database 0.3.17__py3-none-any.whl → 0.3.18__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {orm_database-0.3.17.dist-info → orm_database-0.3.18.dist-info}/METADATA +2 -1
- {orm_database-0.3.17.dist-info → orm_database-0.3.18.dist-info}/RECORD +5 -5
- {orm_database-0.3.17.dist-info → orm_database-0.3.18.dist-info}/LICENSE +0 -0
- {orm_database-0.3.17.dist-info → orm_database-0.3.18.dist-info}/WHEEL +0 -0
- {orm_database-0.3.17.dist-info → orm_database-0.3.18.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: orm_database
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.18
|
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
|
@@ -73,6 +73,7 @@ async def main():
|
|
73
73
|
asyncio.run(main())
|
74
74
|
|
75
75
|
```
|
76
|
+
**Tip: When using MariaDB, you must specify a varchar value, otherwise you will get an error.**
|
76
77
|
|
77
78
|
## create table mariadb
|
78
79
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
orm_database/__init__.py,sha256=q0A0dUBMacf_yaU5m4VWCDlP__pVAz3I1Bhn1RPkv9I,140
|
2
2
|
orm_database/orm_database.py,sha256=orJWFQzHY_YO26JHUyjQZWM9C-f1YH4GsYDMV7gHzk4,7258
|
3
3
|
orm_database/orm_query.py,sha256=EdXZed7__PztNryr3F0hNc5bBuS0gNKMsZc1E4Wg4Y0,3085
|
4
|
-
orm_database-0.3.
|
5
|
-
orm_database-0.3.
|
6
|
-
orm_database-0.3.
|
7
|
-
orm_database-0.3.
|
8
|
-
orm_database-0.3.
|
4
|
+
orm_database-0.3.18.dist-info/LICENSE,sha256=v33KAoqx5qhyUNlHOjYmBBKDtd9ymzWB7sR4cova190,1064
|
5
|
+
orm_database-0.3.18.dist-info/METADATA,sha256=Tob2qUztCWNihT1sciPSbYNOynXtjYs9a9Rg1JJ9h7A,5131
|
6
|
+
orm_database-0.3.18.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
orm_database-0.3.18.dist-info/top_level.txt,sha256=dzcxzqcdsX4x3lqSkz1tVcu1qKX02rXOu6QN3cHggU4,13
|
8
|
+
orm_database-0.3.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|