Anyone know how can I edit data from mysql database directly with my favorite text editor textmate ?

I know that I can edit a blog as wordpress, but I want to connect to my database, edit anyone cell (with text content) and save/preview the result directly

I don't know if this is possible… I think on this to design page with data from a database.

Thanks a lot !

link|improve this question
did you try google.com/search?q=textmate+mysql ? – ax. Mar 19 '11 at 15:37
Why ? You found an article who spoke about that on google ? – Atika Mar 19 '11 at 15:45
Why don't you click the link and find out? – Chuck Mar 20 '11 at 4:47
Cool, for my first request on stackoverflow I receive a response to go on Google to search by myself… I don't think my question are stupid… – Atika Mar 20 '11 at 9:45
feedback

1 Answer

Yes, it is possible. Look at the SQL bundle that ships with Textmate. And to be fair to @ax and @Chuck, a simple Google search would have answered your question.

link|improve this answer
It's possible to open the content of a database cell and edit/save directly on textmate on the SQL menu ?! … – Atika May 11 '11 at 7:07
Whilst in Textmate, select Bundles... SQL... Database Browser. As for what features it provides, I don't know. I've never used it. Seriously. Do yourself a favour and use sequelpro.com instead. The best graphical database browser I've ever used. – Rob Cowie May 11 '11 at 9:56
The database browser is to show the database. I think what I want is impossible as it. I want to open and edit the content of a cell (exemple : HTML content for CMS) directly with textmate and when I save, its update the database. Instead of editing directly from any other MySQL client, use textmate as editor. They are a bundle for Blog, you open the content in Textmate and update your blog directly. I know Sequelpro, I use it, it's a good software. ;) – Atika Jul 11 '11 at 10:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.