backend icon indicating copy to clipboard operation
backend copied to clipboard

Refactor postgres client

Open Geczy opened this issue 7 months ago • 0 comments

Summary

  • extract connection pool helpers into new db/connection.py
  • move SQL helpers into db/queries.py
  • shrink postgresql_client.py to a thin wrapper

Testing

  • python -m pytest -q packages/clip-processor-py/test/test_queue.py (fails: No module named pytest)

Geczy avatar May 18 '25 13:05 Geczy