dbutil: RewriteTable, generalize table.RewriteRows to copy from source table to destination table with row transformation

This commit is contained in:
Michał Matczuk
2020-12-02 14:08:49 +01:00
committed by Michal Jan Matczuk
parent 13ef8ceaf1
commit 69f6f201f2
6 changed files with 166 additions and 91 deletions

6
dbutil/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright (C) 2017 ScyllaDB
// Use of this source code is governed by a ALv2-style
// license that can be found in the LICENSE file.
// Package dbutil provides various utilities built on top of core gocqlx modules.
package dbutil