SupabaseCliQueryable constructor

const SupabaseCliQueryable(
  1. DatabaseTarget target, {
  2. String executable = 'supabase',
})

Creates a Queryable for target using the executable on PATH.

Implementation

const SupabaseCliQueryable(this.target, {this.executable = 'supabase'});