| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Database.Bolty.Logging
Description
Query logging types for observability.
Synopsis
- data QueryLog = QueryLog {
- qlCypher :: !Text
- qlParameters :: !(HashMap Text Ps)
- qlRowCount :: !Int
- qlServerFirst :: !Int64
- qlServerLast :: !Int64
- qlClientTime :: !Double
Documentation
Information about a completed query, passed to the queryLogger callback.
Constructors
| QueryLog | |
Fields
| |