This commit is contained in:
Michał Matczuk
2017-09-22 13:47:15 +02:00
parent fd5efe40eb
commit 3351b1f9a3
6 changed files with 247 additions and 2 deletions

11
migrate/doc.go Normal file
View File

@@ -0,0 +1,11 @@
// 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 migrate provides simple and flexible ScyllaDB and Apache Cassandra®
// migrations. Migrations can be read from a flat directory containing cql files.
// There is no imposed naming schema, migration name is file name and the
// migrations are processed in lexicographical order. Caller provides a
// gocql.Session, the session must use a desired keyspace as migrate would try
// to create migrations table.
package migrate