feat(cli): add connection command with DSN and human formats

This commit is contained in:
hdbg
2025-12-06 19:56:38 +01:00
parent c45e9305e5
commit 676c53fabb
7 changed files with 173 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
use miette::{Context, IntoDiagnostic, Result};
use serde::{Deserialize, Serialize};
use std::cell::{Ref, RefCell};
use std::cell::RefCell;
use std::collections::HashMap;
use std::path::PathBuf;