Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE "signups" 2 ADD "wants_releases" BOOLEAN, 3 ADD "wants_updates" BOOLEAN, 4 ADD "wants_community" BOOLEAN;