Welcome to your Quary project! This README serves as a guide to help you navigate and utilize the features of your newly generated Quary project. This README template provides you with essential information on project structure, available commands, and general guidelines.
Your Quary project is structured as follows:
models/staging/schema.yaml: This is where your external sources are set up.models/: Contains the data models for your project.seeds/: (Optional) Includes seed data files for initial database setup.tests/: Contains custom test cases for your data models.
- Render Model:
QUARY: Render Modelvisualise a model. - Do Statement:
QUARY: Do statementexecute arbitrary commands against your database. - Test:
QUARY: Testexecutes tests against all your data models. - Render Tables:
QUARY: Render Tablesvisualizes tables and views in the database. - Render Sources:
QUARY: Render Sourcesview the sources. - Render Full Schema:
QUARY: Render Full Schemaview the full execution script. - Generate Query Helper:
QUARY: QUARY: Generate Query HelperAI-assisted model generation.
- Run Models:
QUARY: RunDeploys your data models to your database
For users preferring a CLI tool, all the above actions can also be performed using the Quary CLI. Check the documentation for detailed CLI commands.
For more detailed information about models, seeds, sources, and advanced configurations, visit our official documentation.