Python DataBase Entity Model
Project description
Python DataBase Entity Model
SDK fornece uma série de recursos que aumentam muito a produtividade no desenvolvimento de aplicações integrada a banco de dados com gerenciamento de objeto.
Instalação
Instalação utilizando Pip
pip install dbmodel
Git/Clone
git clone https://github.com/robertons/dbmodel
cd dbmodel
pip install -r requirements.txt
python setup.py install
Generate Entity Model
import os
import dbmodel
dbmodel.Make(dir = os.path.dirname(os.path.abspath(__file__)), db_user="user", db_password="pass", db_host="host", db_port=3306, db_database="dbname")
Make will create folder on your project like this:
.
├── ...
├── model # Entity Model Folder
│ ├── __init__.py
│ ├── table_a # TableA Entity Class
│ ├── table_b # TableB Entity Class
│ └── table_b # TableC Entity Class
└── ...
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
dbmodel-0.1.2.tar.gz
(19.0 kB
view details)
File details
Details for the file dbmodel-0.1.2.tar.gz
.
File metadata
- Download URL: dbmodel-0.1.2.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51dbafe997bace917516bc8301ec100e84244692c3feb5fdbbeb57baaa0524c2 |
|
MD5 | 148ac857f8dbe9b905ab74a724db9e26 |
|
BLAKE2b-256 | fc3c6da7e7a349631db7c856cae01320a9af429f113bded18e82cbaa8edba044 |