Categorygithub.com/alexeyco/ydbm
modulepackage
0.2.0
Repository: https://github.com/alexeyco/ydbm.git
Documentation: pkg.go.dev

# README

YDB migration tool

PkgGoDev test codecov Go Report Card

Installation

$ go install github.com/alexeyco/ydbm/cmd/ydbm

Generate migration

Work in progress

# Packages

No description provided by the author
Package migration provides migration interface.

# Functions

New returns new Executor.
WithTableName sets custom table name.
WithTablePath sets custom table path.

# Structs

Executor describes migrations executor.

# Interfaces

Builder describes query builder interface.
Clock describes clock interface.

# Type aliases

Option describes executor option.