elpa-emacsql-psql
high level SQL database frontend for Emacs (PostgreSQL backend)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
elpa-emacsql-sqlite
high level SQL database frontend for Emacs (SQLite backend)
EmacSQL is a high level Emacs Lisp frontend for SQLite
(primarily), PostgreSQL, MySQL, and potentially other SQL
databases.
postgresql-17-squeeze
PostgreSQL extension for automatic bloat cleanup
The pg_squeeze PostgreSQL extension removes unused space from a table and
optionally sorts tuples according to particular index, as if the CLUSTER
command was executed concurrently with regular reads/writes.
libcangjie3
Cangjie input method library
This is a library that provides functions related to the Cangjie
Chinese input method.
postgresql-17-cron
Run periodic jobs in PostgreSQL
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
that runs inside the database as an extension. It uses the same syntax as
regular cron, but it allows you to schedule PostgreSQL commands directly from
the database. pg_cron can run multiple jobs in parallel, but it runs at most
one instance of a job at a time. If a second run is supposed to start before
the first one finishes, then the second run is queued and started as soon as
the first run completes.
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.