datasette_events
This data as json
0 records
CREATE TABLE datasette_events (
id integer primary key,
event text,
created text,
actor_id text,
database_name text,
table_name text,
properties text -- JSON other properties
);