litecli icon indicating copy to clipboard operation
litecli copied to clipboard

FR: Support from parameter command and name parameters

Open pvilas opened this issue 5 months ago • 0 comments

It would be useful if we can define variable parameters like

.parameter set :user_id 'A_NAME'

and then use it in a select or favorite query

select * from user where id=:user_id;

or

.read test/test_user.sql

pvilas avatar Aug 04 '25 10:08 pvilas