lua.wetgenes.tasks.sqlite
Create send and return a sqlite memo result.
Returns either the result.rows or nil,error so can be used simply with an assert wrapper.
Note that rows can be empty so an additional assert(rows[1]) might be needed to check you have data returned.