Ok, are you doing something like this already in one of your cells?
begin
import Pkg
Pkg.activate(Base.current_project())
import Db
end
I made a dummy package for Db.jl, and things seems to work as expected:
Here’s the corresponding repo for it, just to make sure I am on the same page as you
