Given a table:
CREATE TABLE IF NOT EXISTS test."TestCounter" ("id" TEXT PRIMARY KEY, "count" INTEGER);
I\'d like