Expected table structure is very simple:
id
- integer autoincrement field, primary keytext
- varchar field, unique keyClass that uses Tags
trait should define protected cdb()
method (for \cs\DB\Accessor
trait), protected properties $cache
with instance of \cs\Cache\Prefix
and $table
with string table name.