mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-12 12:09:08 +03:00
8 lines
154 B
Haskell
8 lines
154 B
Haskell
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses, FlexibleInstances #-}
|
|
|
|
module Person where
|
|
|
|
import DataSource (defineTable)
|
|
|
|
$(defineTable "person")
|