stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Types.Storage

Description

Types used by Stack.Storage modules.

Synopsis

Documentation

newtype ProjectStorage Source #

Type representing SQL database connections to the project database for caches. This provides a bit of type safety to ensure we're talking to the right database.

Constructors

ProjectStorage 

newtype UserStorage Source #

Type representing SQL database connections to the user database. This provides a bit of type safety to ensure we're talking to the right database.

Constructors

UserStorage 

Fields