pub fn save_new_nvim_dbee_conns_file(
updated_pg_pass_entry: &PgpassEntry,
conns_path: &Path,
) -> Result<()>Expand description
Saves or updates the nvim-dbee connections file with the provided PgpassEntry, setting secure permissions.
ยงErrors
- A filesystem operation (open/read/write/remove) fails.
- JSON serialization or deserialization fails.