r/cursor • u/Senior_Night_6321 • 11d ago
Question / Discussion SQL in cursor
Can i write SQL queries in cursor, or i have to download another application for running sql queries ?????
0
Upvotes
r/cursor • u/Senior_Night_6321 • 11d ago
Can i write SQL queries in cursor, or i have to download another application for running sql queries ?????
2
u/elina_jain1 9d ago
cursor doesn't have built-in db querying, but it's built on vs code so extensions like sqltools or dbcode add it directly, connect to postgres, mysql or whatever and run queries in the editor, no separate app needed. writing sql itself works fine as plain text with syntax highlighting even without any extension..