Sha256: 4b92293ebb030b0c8dfcf80cd9bc368098e425cb3eace4d2a8355e65e6d2a408
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true require "rom/command" module ROM module Commands # Create command # # This command inserts a new tuple into a relation # # @abstract class Create < Command end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-6.0.0.alpha1 | lib/rom/commands/create.rb |