A WIP asynchronous database module for PostgreSQL databases.
Project description
postDB
A WIP asynchronous database module for PostgreSQL databases.Example Usage:
from postDB import Model, Column, types
class User(Model):
id = Column(types.Integer(big=True), primary_key=True)
username = Column(types.String)
email = Column(types.String, unique=True)
if __name__ == '__main__':
print(User.create_table_sql())
Find more examples HERE!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
postDB-0.3.0.tar.gz
(8.9 kB
view details)
Built Distribution
postDB-0.3.0-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file postDB-0.3.0.tar.gz
.
File metadata
- Download URL: postDB-0.3.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d8a4763121277c27a7f9eae8d5a9ff0fdaeaa45e70a3bebc8cf50ce79935d8c |
|
MD5 | 2ef986084127af97649f13c0f5d308f4 |
|
BLAKE2b-256 | 7e59ec31e5d159fae2017dfb4b0e4fd5d07c5d2ee96abebc71673194c38e4862 |
File details
Details for the file postDB-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: postDB-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acd4063e5c5ed32e1f577b23d7d7a7490062fdb1d687ced6ad3d0819f21b91d5 |
|
MD5 | 5b21a32e62b6ec098ce7736fdcec4744 |
|
BLAKE2b-256 | d1ac2d671a17e8d830e83a36992263416fdb82dd186d36ba6b320e71dfd24922 |