We have listed below all of the requests for features in future versions of Sequel Pro that we have received.
Got a great feature you want added to Sequel Pro?
Check out the long list of features below to see if your feature request isn't already in the pipeline. Also ensure that there isn't an outstanding ticket for your feature on the issue tracker. If you think your request is unlisted, send an email to sequelpro@mjmedia.com.au with your awesome idea.
Most Requested Features:
- Support for PostgreSQL
- Tabbed User Interface (including visual notification when a query is still executing in another tab)
- Support for SQLite
- Export by right clicking a table
- Document Based Favourites system (Spotlight indexable file for storing connection information, favourite queries, Sort Options, Most Recent Opened Table etc -- maybe *.spf file )
|
MySQL Feature Implementation:
|
Other Feature Requests:
- Database and Table data synchronization
- Import/Export support for Favourites
- Add Preferences for default field delimiters in CSV imports and exports
- Import Favourites from CocoaMySQL
- Import wizard for CSV. Including adding new tables automatically and mapping of
fields and data types. (Field mapping completed in 0.9.3 release)
- Add database currently being used as a Favourite
- Allow Grouping of Favourites (e.g - Local and Remote)
- Localisation - French, German (so far)
- Make Table Names expandable so you can see Column names
- Copy the names of tables by selecting them from the left panel (for pasting into the SQL Window)
- Show .jpg, .png, .gif and .tif image files as images
- Use Cocoa Date Selector for Date/Datetime fields
- Provide access to MySQL Server Log as a Menu option (if possible).
|
Completed Features:
- Make Services menu option allow current selected text to be run as a query. (e.g - <
Current Application> » Services » Sequel Pro » Perform selection as MySQL Query.)
- Map fields on CSV import
- Add/Edit User Permissions
- Connect via SSH Tunnel
- SQL Query Syntax Highlighting
- Specify Character Set for table
- Copy/Paste for spreadsheet data in browse mode
- Support for re-ordering columns when editing a table
- Support for re-ordering favourites in connect panel
- Ability to filter Databases (similar to PHPMyAdmin)
- Show stats/performance for custom queries that are run
- Query editing tools:
- Allow commenting out SQL easily
- Run Highlighted Code only
- Better Autocomplete
- Add comment to tables (can be retrieved from
show create table example )
- Views [ MySQL Documentation]
- Stored Procedures and Functions [ MySQL Documentation]
|