加密版的Sqlite3
Project description
快速开始
- 安装包
pip install meca-common-db-ciphersqlite3
- 使用包
from meca.common.db.ciphersqlite3 import connect
conn = connect('test.db', password='password', readonly=True)
cursor = conn.execute('select * from sqlite_master')
result = cursor.fetchall()
print(result)
cursor.close()
conn.close()
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 meca_common_db_ciphersqlite3-1.0.0.tar.gz.
File metadata
- Download URL: meca_common_db_ciphersqlite3-1.0.0.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8881ad02a01761b05b936dca35352088af35dca68fa2fd5eb107c44b7997a9b
|
|
| MD5 |
f7c9dda7dd46d35e5e13b9a480fe6d3c
|
|
| BLAKE2b-256 |
ae7acab99f812d95555780b0343a92054d559444655a569ffa7ea40ce5f85363
|
File details
Details for the file meca_common_db_ciphersqlite3-1.0.0-py3-none-any.whl.
File metadata
- Download URL: meca_common_db_ciphersqlite3-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088376fafcbde71eeb1f00cab08e5c8a068a3a1db30b7ed053cc94ebfc23ff60
|
|
| MD5 |
f8f837a218308dc4fa8cb16b7c5a4040
|
|
| BLAKE2b-256 |
173bb0f40cfd7eb1a517c2df48d30ca031f5165b9c1b68561a472036c067a46c
|