We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI test suite that allows you to generate test data based on schema then run queries against test data.
Could have test macro/identifier similar to rust
TEST testQuery() => output <- queryToTest(...inputs...) ASSERT(output::COUNT::EQ(2)) // for example
No response
Developer Tools
The text was updated successfully, but these errors were encountered:
Gand4lf
xav-db
No branches or pull requests
Is your feature request related to a problem?
CLI test suite that allows you to generate test data based on schema then run queries against test data.
Describe the solution you'd like
Could have test macro/identifier similar to rust
Describe alternatives you've considered
No response
Feature Area
Developer Tools
Additional context
No response
The text was updated successfully, but these errors were encountered: