package
6.14.0
Repository: https://github.com/pirsch-analytics/pirsch.git
Documentation: pkg.go.dev

# Functions

CleanupDB clears all database tables.
Connect connects to the database.
Disconnect disconnects from the database.
DropDB drops all database tables.
Migrate runs the database migration for given connection string.
NewClient returns a new client for given database connection string.
NewClientMock returns a new mock client.

# Structs

Client is a ClickHouse database client.
ClientConfig is the optional configuration for the Client.
ClientMock is a mock Store implementation.

# Interfaces

Store is the database storage interface.