RegreSQL only supports fixtures through YAML files and inline SQL. There's a number of use cases where developers might prefer managing fixtures programmatically in their application code, especially when dealing with complex state machines or domain logic that's exposed through SQL functions.