lib/sequel/extensions/schema_caching.rb in sequel-4.31.0 vs lib/sequel/extensions/schema_caching.rb in sequel-4.32.0

- old
+ new

@@ -41,9 +41,11 @@ # purpose of this code is to take a shortcut. # # The cached schema is dumped in Marshal format, since it is the fastest # and it handles all ruby objects used in the schema hash. Because of this, # you should not attempt to load the schema from a untrusted file. +# +# Related module: Sequel::SchemaCaching # module Sequel module SchemaCaching # Dump the cached schema to the filename given in Marshal format.