mix ash_scylla.gen (AshScylla v0.7.0)

Copy Markdown View Source

Generates an Ash Resource template backed by AshScylla.

Usage

mix ash_scylla.gen MyResource user_id:uuid, name:string, age:int

The task writes a resource file under lib/<app>/resources/<resource>.ex. It creates a starter template that you can customize with primary keys, actions, repo, and ScyllaDB-specific options.

Examples

mix ash_scylla.gen User user_id:uuid, name:string, age:int