Files
gocqlx/table/doc.go
Michał Matczuk 8083fa27ee table: introduced table package
It adds support for super simple CRUD operations based on table schema model.
2018-11-14 17:09:03 +01:00

8 lines
239 B
Go

// 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