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.

  1. nestSet :: forall record typ . (PersistField typ, PersistEntityBackend record ~ MongoContext) => NestedField record typ -> typ -> Update record

    persistent-mongoDB Database.Persist.MongoDB

    No documentation available.

  2. OffsetBy :: Int -> SelectOpt record

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  3. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    persistent-mtl Database.Persist.Sql.Shim

    Generates sql for limit and offset for postgres, sqlite and mysql.

  4. limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])

    persistent-mtl Database.Persist.Sql.Shim

    FIXME What's this exactly?

  5. stmtReset :: Statement -> IO ()

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  6. OffsetBy :: Int -> SelectOpt record

    persistent-redis Database.Persist.Redis

    No documentation available.

  7. limitOffsetOrder :: PersistEntity val => [SelectOpt val] -> (Int, Int, [SelectOpt val])

    persistent-redis Database.Persist.Redis

    FIXME What's this exactly?

  8. mkSqlSettingsFor :: Name -> MkPersistSettings

    persistent-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.

  9. _plaidPaginationOptionsOffset :: PlaidPaginationOptions -> Int

    plaid Data.Plaid

    No documentation available.

  10. _plaidTransactionsGetResponseTransactions :: PlaidTransactionsGetResponse -> [Transaction]

    plaid Data.Plaid

    No documentation available.

Page 202 of many | Previous | Next