mix ash_scylla.setup (AshScylla v0.6.0)

Copy Markdown View Source

Sets up the ScyllaDB keyspace for AshScylla.

This task creates the keyspace configured in your repo if it doesn't exist. It follows the mix ecto.create / mix ash_postgres.create pattern.

Usage

mix ash_scylla.setup

Options

  • --repo - The repo module to use (defaults to the first repo found in your application)

Examples

# Use default repo
mix ash_scylla.setup

# Specify a repo
mix ash_scylla.setup --repo MyApp.Repo