home / chat

federation_stream_position

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ type stream_id instance_name
1 1 federation -1 master
2 2 events 19765 master

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE federation_stream_position( type TEXT NOT NULL, stream_id INTEGER NOT NULL , instance_name TEXT NOT NULL DEFAULT 'master');
CREATE UNIQUE INDEX federation_stream_position_instance ON federation_stream_position(type, instance_name);
Powered by Datasette · Queries took 8.16ms