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