Sha256: 988814f19bcf0bfc76552c7201910d716f0ab2794c8ad3a4c272ca0e0ad01369
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
### NOT USED YET ### require 'rom/commands' module ROM module FMP module Commands ERRORS = [ # Sequel::UniqueConstraintViolation, # Sequel::NotNullConstraintViolation ].freeze end end end require 'rom/fmp/commands/create' require 'rom/fmp/commands/update' require 'rom/fmp/commands/delete' #require 'rom/fmp/commands_ext/postgres'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-fmp-0.0.4 | lib/rom/fmp/commands.rb |