mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Add reference to DB::Serializable
in docs (#197)
This commit is contained in:
parent
285e865e3a
commit
340b6e4b9a
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue