Files
gloom/schema.sql
Zoe 98c0f45ca8 Flesh out GLoom
I have documented GLoom's new RPC, how a plugin developer might create a plugin, and more. I have also created GLoomI, the included management interface for GLoom and added a LICENSE.
2025-01-07 19:35:06 +00:00

6 lines
132 B
SQL

CREATE TABLE IF NOT EXISTS plugins (
id INTEGER PRIMARY KEY AUTOINCREMENT,
path TEXT NOT NULL,
domains TEXT NOT NULL
);