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
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