table: introduced table package
It adds support for super simple CRUD operations based on table schema model.
This commit is contained in:
committed by
Michal Matczuk
parent
a503f75a9c
commit
8083fa27ee
7
table/doc.go
Normal file
7
table/doc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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 table adds support for super simple CRUD operations based on table
|
||||
// model.
|
||||
package table
|
||||
Reference in New Issue
Block a user