Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/docs/opaleye/basic-db-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ Since Opaleye does not have any support for migrations, setting up the DB schema

Now, to setup the DB<=>Haskell mapping for the ``tenants`` table, we'll walk down the following code: ::

{-# LANGUAGE TemplateHaskell #-}
module DB where

import Opalaye
import Opaleye
import Data.Text
import Data.Time (UTCTime)

Expand Down