mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-30 22:21:02 +01:00
pgcli: init (#7072)
This commit is contained in:
parent
098e365dd8
commit
a1a72d18ee
8 changed files with 109 additions and 0 deletions
9
modules/misc/news/2025/05/2025-05-15_14-37-58.nix
Normal file
9
modules/misc/news/2025/05/2025-05-15_14-37-58.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
time = "2025-05-15T21:37:58+00:00";
|
||||
condition = true;
|
||||
message = ''
|
||||
A new module is available: `programs.pgcli`
|
||||
|
||||
pgcli is a Python CLI that lets you connect to Postgres databases and run queries with syntax highlighting and auto-completion.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue