python3-govee-local-api
Library to communicate with Govee devices via local API
This library allows for communication with Govee devices using local network
access. Users can control Govee lighting products through their Wi-Fi network
without reliance on external servers. The library supports a wide range of
Govee models, enabling functionalities such as turning lights on and off,
adjusting brightness, changing colors, and applying various lighting effects.
It operates by sending commands directly to Govee devices, ensuring low-
latency interactions and quick response times, ideal for home automation
setups.
postgresql-17-pg-permissions
see all permissions in a PostgreSQL database
pg_permissions is a simple set of views to see all permissions in a PostgreSQL
database.
pg-rage-terminator-17
PostgreSQL background worker that kill random sessions.
pg-rage-terminator is a custom background worker which is able to kill random
PostgreSQL backends.
postgresql-17-roaringbitmap
RoaringBitmap extension for PostgreSQL
Roaring bitmaps are compressed bitmaps which tend to outperform conventional
compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
bitmaps can be hundreds of times faster and they often offer significantly
better compression. They can even be faster than uncompressed bitmaps.
postgresql-17-show-plans
Show query plans of currently running PostgreSQL statements
This PostgreSQL extension shows the query plans of all currently running SQL
statements. Plan output format can be plain text (default), JSON, YAML, or
XML.
postgresql-17-snakeoil
PostgreSQL anti-virus scanner based on ClamAV
pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
ClamAV anti-virus engine.