MCPcopy Create free account
hub / github.com/effect-app/libs / Table1

Class Table1

repos/effect/packages/platform-browser/test/IndexedDbTable.test.ts:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 it("autoIncrement", () => {
26 class Table1 extends IndexedDbTable.make({
27 name: "todo",
28 schema: Schema.Struct({
29 id: IndexedDb.AutoIncrement,
30 title: Schema.String
31 }),
32 keyPath: "id",
33 autoIncrement: true
34 }) {}
35
36 class Table2 extends IndexedDbTable.make({
37 name: "todo",

Callers

nothing calls this directly

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…