Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyconfbox_postgresql-0.1.0.tar.gz (58.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyconfbox_postgresql-0.1.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

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

Hashes for pyconfbox_postgresql-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a5d325981cc6228719ae829eae2d3812a93737d565bb0ca0ef7bd2d419d4d46b
MD5 745413f40695322c1310f83a1936f070
BLAKE2b-256 42c01a7003d61a0a70375d1d21b816390d7d5e4e98a031f34c7d3a8e84f73eb0

See more details on using hashes here.

File details

Details for the file pyconfbox_postgresql-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyconfbox_postgresql-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 664d5343a55252415b29ccc72c75cc6045a6eda8957e265db27ba980cc529c95
MD5 e29fd0819556fff2c29da01d7bed4128
BLAKE2b-256 45571f28762a911768d9373156967b165dbb01baeebb9e8e6506dedcc659f0d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page