Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
persistent-mongoDB Database.Persist.MongoDB No documentation available.
OffsetBy :: Int -> SelectOpt recordpersistent-mtl Database.Persist.Sql.Shim No documentation available.
decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Textpersistent-mtl Database.Persist.Sql.Shim Generates sql for limit and offset for postgres, sqlite and mysql.
limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])persistent-mtl Database.Persist.Sql.Shim FIXME What's this exactly?
stmtReset :: Statement -> IO ()persistent-mtl Database.Persist.Sql.Shim No documentation available.
OffsetBy :: Int -> SelectOpt recordpersistent-redis Database.Persist.Redis No documentation available.
limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])persistent-redis Database.Persist.Redis FIXME What's this exactly?
mkSqlSettingsFor :: Name -> MkPersistSettingspersistent-typed-db Database.Persist.Typed Use the SqlFor type for the database connection backend. Use this instead of sqlSettings and provide a quoted type name.
data MainDb share [ mkPersist (mkSqlSettingsFor ''MainDb), mkMigrate "migrateAll" ] [persistLowerCase| User name Text age Int deriving Show Eq |]
The entities generated will have the PersistEntityBackend defined to be SqlFor MainDb instead of SqlBackend. This is what provides the type safety._plaidPaginationOptionsOffset :: PlaidPaginationOptions -> Intplaid Data.Plaid No documentation available.
_plaidTransactionsGetResponseTransactions :: PlaidTransactionsGetResponse -> [Transaction]plaid Data.Plaid No documentation available.