postgresdb3 0.3.2__tar.gz → 0.3.4__tar.gz
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.
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/PKG-INFO +7 -7
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/README.md +4 -4
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3.egg-info/PKG-INFO +7 -7
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/setup.py +3 -3
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3/__init__.py +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3/async_db.py +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3/sync_db.py +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3.egg-info/SOURCES.txt +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3.egg-info/dependency_links.txt +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3.egg-info/requires.txt +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/postgresdb3.egg-info/top_level.txt +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/pyproject.toml +0 -0
- {postgresdb3-0.3.2 → postgresdb3-0.3.4}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: postgresdb3
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Python uchun oddiy PostgreSQL wrapper
|
|
5
5
|
Author: Abdulbosit Alijonov
|
|
6
6
|
Project-URL: Source Code, https://github.com/AlijonovUz/PostgresDB
|
|
7
|
-
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: psycopg2>=2.9
|
|
13
13
|
Requires-Dist: asyncpg>=0.31.0
|
|
@@ -22,8 +22,8 @@ Dynamic: summary
|
|
|
22
22
|
|
|
23
23
|
# PostgresDB
|
|
24
24
|
|
|
25
|
-

|
|
26
|
+

|
|
27
27
|

|
|
28
28
|
|
|
29
29
|
Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
|
|
@@ -202,11 +202,11 @@ ma'lumotni yangilash.
|
|
|
202
202
|
|
|
203
203
|
## Qo‘shimcha
|
|
204
204
|
|
|
205
|
-
`%s
|
|
205
|
+
`%s` va `$1` bilan parametrizatsiya qilish xavfsiz va SQL injection'dan himoya qiladi.
|
|
206
206
|
|
|
207
207
|
`where` va `join` yordamida murakkab so‘rovlar yozish mumkin.
|
|
208
208
|
|
|
209
|
-
`limit` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
209
|
+
`limit`, `offset` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
210
210
|
|
|
211
211
|
`commit=True` bo‘lgan amallar darhol bazaga yoziladi, select() esa hech qachon o‘zgartirish kiritmaydi.
|
|
212
212
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# PostgresDB
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
|
|
@@ -180,11 +180,11 @@ ma'lumotni yangilash.
|
|
|
180
180
|
|
|
181
181
|
## Qo‘shimcha
|
|
182
182
|
|
|
183
|
-
`%s
|
|
183
|
+
`%s` va `$1` bilan parametrizatsiya qilish xavfsiz va SQL injection'dan himoya qiladi.
|
|
184
184
|
|
|
185
185
|
`where` va `join` yordamida murakkab so‘rovlar yozish mumkin.
|
|
186
186
|
|
|
187
|
-
`limit` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
187
|
+
`limit`, `offset` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
188
188
|
|
|
189
189
|
`commit=True` bo‘lgan amallar darhol bazaga yoziladi, select() esa hech qachon o‘zgartirish kiritmaydi.
|
|
190
190
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: postgresdb3
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Python uchun oddiy PostgreSQL wrapper
|
|
5
5
|
Author: Abdulbosit Alijonov
|
|
6
6
|
Project-URL: Source Code, https://github.com/AlijonovUz/PostgresDB
|
|
7
|
-
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: psycopg2>=2.9
|
|
13
13
|
Requires-Dist: asyncpg>=0.31.0
|
|
@@ -22,8 +22,8 @@ Dynamic: summary
|
|
|
22
22
|
|
|
23
23
|
# PostgresDB
|
|
24
24
|
|
|
25
|
-

|
|
26
|
+

|
|
27
27
|

|
|
28
28
|
|
|
29
29
|
Oddiy va qulay Python wrapper PostgreSQL bazasi bilan ishlash uchun.
|
|
@@ -202,11 +202,11 @@ ma'lumotni yangilash.
|
|
|
202
202
|
|
|
203
203
|
## Qo‘shimcha
|
|
204
204
|
|
|
205
|
-
`%s
|
|
205
|
+
`%s` va `$1` bilan parametrizatsiya qilish xavfsiz va SQL injection'dan himoya qiladi.
|
|
206
206
|
|
|
207
207
|
`where` va `join` yordamida murakkab so‘rovlar yozish mumkin.
|
|
208
208
|
|
|
209
|
-
`limit` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
209
|
+
`limit`, `offset` va `order_by` parametrlaridan foydalanib ma'lumotlarni tartiblash va cheklash oson.
|
|
210
210
|
|
|
211
211
|
`commit=True` bo‘lgan amallar darhol bazaga yoziladi, select() esa hech qachon o‘zgartirish kiritmaydi.
|
|
212
212
|
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="postgresdb3",
|
|
8
|
-
version="0.3.
|
|
8
|
+
version="0.3.4",
|
|
9
9
|
packages=find_packages(),
|
|
10
10
|
install_requires=[
|
|
11
11
|
"psycopg2>=2.9",
|
|
@@ -19,9 +19,9 @@ setup(
|
|
|
19
19
|
"Source Code": "https://github.com/AlijonovUz/PostgresDB",
|
|
20
20
|
},
|
|
21
21
|
classifiers=[
|
|
22
|
-
"Programming Language :: Python :: 3",
|
|
22
|
+
"Programming Language :: Python :: 3.9",
|
|
23
23
|
"License :: OSI Approved :: MIT License",
|
|
24
24
|
"Operating System :: OS Independent",
|
|
25
25
|
],
|
|
26
|
-
python_requires='>=3.
|
|
26
|
+
python_requires='>=3.9',
|
|
27
27
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|