module Database.Bolt.Lazy ( BoltActionT , connect, close, reset , run, queryP, query, queryP_, query_ , transact , Pipe , BoltCfg (..) , Value (..), Structure (..), Record, RecordValue (..), at , Node (..), Relationship (..), URelationship (..), Path (..) ) where import Database.Bolt.Connection import Database.Bolt hiding (query, queryP)