sabiql 1.15.1

A fast, driver-less TUI for browsing and editing PostgreSQL databases
1
2
3
4
5
6
7
msrv = "1.96"
allow-dbg-in-tests = true
too-many-arguments-threshold = 8

disallowed-methods = [
    { path = "std::time::Instant::now", reason = "reducers must receive `now` as a parameter; read the clock only at the runtime boundary (main loop / effect layer)" },
]