dbcli / pgspecial

Python implementation of postgres meta commands (backslash commands)
BSD 3-Clause "New" or "Revised" License
74 stars 54 forks source link

Proposal: move named queries to cli_helpers #112

Open j-bennet opened 3 years ago

j-bennet commented 3 years ago

An idea: move namedqueries from pgspecial into cli_helpers, so all clis could use it.

Perhaps config handling might move there also.