>work uses geopackage
>used emacs *Scratch*, some elisp to directly query the geopackage the client had problems with
>manager and client started treating me as a wizard because of
(let ((db (sqlite-open "myfile")))
(sqlite-select "query")) ;; C-u C-x-e and paste it into teams
I'm not even a heavy elisp user. I stumble through most of it.