postDB
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!
Release files for postDB 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| postDB-0.3.0.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| postDB-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.1 kB
Release files / postDB-0.3.0.tar.gz
| Download URL | postDB-0.3.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d8a4763121277c27a7f9eae8d5a9ff0fdaeaa45e70a3bebc8cf50ce79935d8c
|
|
BLAKE2b-256 checksum How to use checksums |
7e59ec31e5d159fae2017dfb4b0e4fd5d07c5d2ee96abebc71673194c38e4862
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / postDB-0.3.0-py3-none-any.whl
| Download URL | postDB-0.3.0-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
acd4063e5c5ed32e1f577b23d7d7a7490062fdb1d687ced6ad3d0819f21b91d5
|
|
BLAKE2b-256 checksum How to use checksums |
d1ac2d671a17e8d830e83a36992263416fdb82dd186d36ba6b320e71dfd24922
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|