perChunkTableCreate

Undocumented in source.
immutable
auto perChunkTableCreate = ` create table if not exists per_chunk_data( id integer primary key, data blob not null )`;

Meta