Open
Description
Describe the bug
Example schema is within the shipped library, allowing syntax completion to complete on unrelated schema.
Environment (please complete the following information):
- OS: macosx
- Database: postgres
- Database driver: pgx
- Jet version: 2.13
Code snippet
N/A
Expected behavior
The /examples/ should not be available as part of the shipped library.
Solution
I think if you just put a go.mod in the examples directory, it will not be considered part of the main module.