mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-15 06:43:04 +03:00
Modify example along with library update.
This commit is contained in:
parent
76f669e0a2
commit
0c4c58f786
@ -38,7 +38,7 @@ pine = relation $ do
|
||||
return $ StockGoods |$| value 6 |*| value "Pine" |*| value 300 |*| value 3
|
||||
|
||||
insertPine :: InsertQuery ()
|
||||
insertPine = typedInsertQuery tableOfStockGoods pine
|
||||
insertPine = derivedInsertQuery pine
|
||||
|
||||
fig :: Relation () StockGoods
|
||||
fig = relation $ do
|
||||
|
Loading…
Reference in New Issue
Block a user