Sha256: 91c10f8dae179b17cc396af67e24fabddb58dae522caa1ae9e112fd7135a00f3
Contents?: true
Size: 436 Bytes
Versions: 24
Compression:
Stored size: 436 Bytes
Contents
# Copyright 2021 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. require_relative "../config/environment" require "sinatra/activerecord/rake" desc "Sample showing how to execute a read-only transaction on Spanner with ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[read-only-transactions]" } end
Version data entries
24 entries across 24 versions & 1 rubygems