MCPcopy Create free account
hub / github.com/esmBot/esmBot / Settings

Interface Settings

src/database/postgresql.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import type { DatabasePlugin } from "../database.ts";
14
15interface Settings {
16 id: number;
17 version: number;
18 broadcast?: string;
19}
20
21const settingsSchema = `
22CREATE TABLE IF NOT EXISTS settings (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected