Query parameter documentation - mode
Hello,
I've noticed that the mode query parameter is not documented in https://pkg.go.dev/modernc.org/sqlite#Driver.Open even though it seems to work and is present in some of the tests in the repository.
I.e. mode=ro works but it's not mentioned.
Is there a reason for why the mode query parameter was left out?
Thank you!