litecli
litecli copied to clipboard
FR: Support from parameter command and name parameters
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