There was an error while loading. Please reload this page.
Hey, we have our integration tests in a tests/ folder, and behind a cfg(feature = "integration") flag.
tests/
cfg(feature = "integration")
I'm not sure how to generate a sqlx-data.json file that encompasses the queries both in the library and in the tests.