When table is used with SelectBuilder it triggers data race on Where() condition usage. This change copies underlining slices on table creation to allow safe concurrent usage of the table.
Signed-off-by: Michał Matczuk <michal@scylladb.com>
It adds support for super simple CRUD operations based on table schema model.