Add reference to DB::Serializable in docs

This commit is contained in:
Johannes Müller 2023-11-09 10:58:03 +01:00
parent 285e865e3a
commit 5612a06140
No known key found for this signature in database
GPG key ID: F0F349637AC5087A

View file

@ -75,6 +75,10 @@ require "log"
# end # end
# ``` # ```
# #
# ### Object mapping
#
# The `DB::Serializable` module implements a declarative mapping from DB result
# sets to Crystal types.
module DB module DB
Log = ::Log.for(self) Log = ::Log.for(self)