package
0.1.7
Repository: https://github.com/hojulian/microdb.git
Documentation: pkg.go.dev

# Functions

Query creates a new query statement.

# Constants

DestinationTypeLocal represents using local database as destination.
DestinationTypeOrigin represents using data origin as destination.
QueryTypeInsert represents an INSERT or REPLACE statement.
QueryTypeSelect represents a SELECT statement.
QueryTypeUpdate represents an UPDATE statement.

# Structs

QueryStmt represents a parsed query.nolint // Silence name suggestion.

# Type aliases

DestinationType represents the type of destination for the query.
QueryType represents the type of query.