PostgreSQL storage plugin for PyConfBox
Project description
PyConfBox PostgreSQL Plugin
PyConfBox용 PostgreSQL 데이터베이스 저장소 플러그인입니다.
설치
pip install pyconfbox-postgresql
사용법
from pyconfbox_postgresql import PostgreSQLStorage
from pyconfbox import Config
# PostgreSQL 저장소 설정
postgresql_storage = PostgreSQLStorage(
host='localhost',
port=5432,
user='postgres',
password='password',
database='config_db'
)
config = Config(default_storage=postgresql_storage)
# 설정 저장/조회
config.set('app_name', 'MyApp')
app_name = config.get('app_name')
라이선스
MIT License
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
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 pyconfbox_postgresql-0.1.0.tar.gz.
File metadata
- Download URL: pyconfbox_postgresql-0.1.0.tar.gz
- Upload date:
- Size: 58.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5d325981cc6228719ae829eae2d3812a93737d565bb0ca0ef7bd2d419d4d46b
|
|
| MD5 |
745413f40695322c1310f83a1936f070
|
|
| BLAKE2b-256 |
42c01a7003d61a0a70375d1d21b816390d7d5e4e98a031f34c7d3a8e84f73eb0
|
File details
Details for the file pyconfbox_postgresql-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyconfbox_postgresql-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
664d5343a55252415b29ccc72c75cc6045a6eda8957e265db27ba980cc529c95
|
|
| MD5 |
e29fd0819556fff2c29da01d7bed4128
|
|
| BLAKE2b-256 |
45571f28762a911768d9373156967b165dbb01baeebb9e8e6506dedcc659f0d3
|