Generate
Generate fixture data for testing and development.
Syntax
$ vela fixtures generate This will generate fixture data in the data/fixtures directory. The order of files is
determined by the database schema, tables that depend on other tables are saved later.
Fixture data is generated with Faker.js via @anatine/zod-mock. The data is generated based on the database schema and the fields defined in the database models.
AI
ProThe fixtures generate command supports the --ai option for more realistic data generation.
$ vela fixtures generate --ai