cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.Database

Description

Database

Synopsis

Documentation

data PDatabaseGetDatabaseTableNames Source #

Parameters of the getDatabaseTableNames command.

data PDatabaseEnable Source #

Enables database tracking, database events will now be delivered to the client.

Parameters of the enable command.

Constructors

PDatabaseEnable 

type DatabaseDatabaseId = Text Source #

Type DatabaseId. Unique identifier of Database object.