TextMate for SQL

March 16th, 2007 | by Joe |

Just going on record as saying TextMate is my best friend right now. Writing SQL with this thing is a snap. Select column of field names with Option key, press backtick, and it snaps the backticks around your field names. Go on - continue typing. Typing is matched for all columns. I have a lot of varchars here - varchar(30) to start with, and the comma. This gigantic table is almost done - just modify my data types as needed, finish up my primary key, and go on to the next task. This was way faster than typing everything out…

Tags:

Sorry, comments for this entry are closed at this time.