A short description of my package
Project description
First import the DB name
from mydbpackage.database import MyDB
Then Connect your DB
db = MyDB("host", "username", "databasename")
Create table
db.create_table("table name",[column name]) # pass the table name in must br string # column name must be list
Insert the valuve
db.insert_log('[[Value]]',"table name") # pass the value [['name','20','30'],['tesname','10','10']]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mydbpackage-0.2.4.tar.gz.
File metadata
- Download URL: mydbpackage-0.2.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c96cb7799c51e3a1dffbb6a0855bce1f02a2ae0d7f748ae6a4104f470e1eee
|
|
| MD5 |
bc9a7c0bb39df5de775d4b68c1e6280b
|
|
| BLAKE2b-256 |
144ef383d1907149779ffbf03ab7b55e7b6a17d3a276a55121b4997ba92eb186
|
File details
Details for the file mydbpackage-0.2.4-py3-none-any.whl.
File metadata
- Download URL: mydbpackage-0.2.4-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ca93dc093363e29dac5daf07b1b2bbcc1dc11dab7c90c314caf50c87ccfbf7
|
|
| MD5 |
1b6de39c74c75d8fe5b3137a7f086cb2
|
|
| BLAKE2b-256 |
e2cf9789282250900241989d17e50dfe18af4d4ab373802585b5dd94ca135b76
|