Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1CREATE EXTENSION IF NOT EXISTS pg_trgm; 2CREATE INDEX trigram_index_users_on_github_login ON users USING GIN(github_login gin_trgm_ops);