10 rows sorted by shape descending

View and edit SQL

shape ▲
transfinite composition
tower
span
point
pair of points
pair of parallel arrows
endomorphism
empty diagram
cospan
arrow

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "diagrams" (
	"shape"	TEXT NOT NULL UNIQUE,
	PRIMARY KEY("shape")
);