agroal / pgagroal

High-performance connection pool for PostgreSQL
https://agroal.github.io/pgagroal/
BSD 3-Clause "New" or "Revised" License
681 stars 61 forks source link

Make `pgagroal-admin` provide JSON output #417

Open fluca1978 opened 6 months ago

fluca1978 commented 6 months ago

Since pgagroal-cli now has a complete JSON output support, it is time to provide also pgagroal-admin with JSON support. The implementation should be simple, since no management protocol is involved, and the idea is that every command can directly output a JSON with all the details about the action. The most notably use case is for user ls that has to provide a list with all the users.

T1t4m1un commented 5 months ago

Could I take on this ticket?~

fluca1978 commented 5 months ago

@T1t4m1un yes, sure, thanks!