orm-database 0.3.16__py3-none-any.whl → 0.3.17__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.16.dist-info → orm_database-0.3.17.dist-info}/METADATA +5 -1
- {orm_database-0.3.16.dist-info → orm_database-0.3.17.dist-info}/RECORD +5 -5
- {orm_database-0.3.16.dist-info → orm_database-0.3.17.dist-info}/LICENSE +0 -0
- {orm_database-0.3.16.dist-info → orm_database-0.3.17.dist-info}/WHEEL +0 -0
- {orm_database-0.3.16.dist-info → orm_database-0.3.17.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.17
|
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
|
@@ -59,6 +59,7 @@ from pydantic import BaseModel , Field
|
|
59
59
|
db = MariaDB(host="127.0.0.1",database="login",password="",port=3306,user="root")
|
60
60
|
|
61
61
|
class users(BaseModel):
|
62
|
+
id : int = Field("SERIAL PRIMARY KEY")
|
62
63
|
user_rt : str = Field(varchar=20)
|
63
64
|
password_rt : str = Field(varchar=20)
|
64
65
|
email_rt : str = Field(varchar=20)
|
@@ -249,3 +250,6 @@ output
|
|
249
250
|
```
|
250
251
|
('test1', '12341', 'test1@mail.com')
|
251
252
|
```
|
253
|
+
|
254
|
+
|
255
|
+
|
@@ -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.17.dist-info/LICENSE,sha256=v33KAoqx5qhyUNlHOjYmBBKDtd9ymzWB7sR4cova190,1064
|
5
|
+
orm_database-0.3.17.dist-info/METADATA,sha256=2SxUHftsfwFxfIwaU3XFjeHzITbXp9Ge6nr9Es5jeM4,5032
|
6
|
+
orm_database-0.3.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
orm_database-0.3.17.dist-info/top_level.txt,sha256=dzcxzqcdsX4x3lqSkz1tVcu1qKX02rXOu6QN3cHggU4,13
|
8
|
+
orm_database-0.3.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|