//
pkg.gl
Category
github.com/alexeyco/ydbm
module
package
0.2.0
Repository:
https://github.com/alexeyco/ydbm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
226 SLOC
#
README
YDB migration tool
Installation
$ go install github.com/alexeyco/ydbm/cmd/ydbm
Generate migration
Work in progress
#
Packages
cmd
No description provided by the author
migration
Package migration provides migration interface.
#
Functions
New
New returns new Executor.
WithTableName
WithTableName sets custom table name.
WithTablePath
WithTablePath sets custom table path.
#
Structs
Executor
Executor describes migrations executor.
#
Interfaces
Builder
Builder describes query builder interface.
Clock
Clock describes clock interface.
#
Type aliases
Option
Option describes executor option.