Yesod: Getting a database entity by ID from an Int

后端 未结 3 2125
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 07:00

I\'m new to both Haskell and Yesod, and am trying to build a simple web application that can answer queries from an external API. I have built a parser (using Parsec), that

3条回答
  •  误落风尘
    2020-12-14 07:06

    PersistInt64 is here: Database.Persist.Types.

    Previously PersistInt64 was here: Database.Persist.Store.

提交回复
热议问题