diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 17:35:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 17:35:29 +0000 |
commit | 44e1a837db51799ef23068699f366991334a3494 (patch) | |
tree | 3e8adc3136918f6773584c18ef6f8019a740297d /databases/mysql-query-browser/pkg-descr | |
parent | Add `pypersrc', a source browser written in Python and C++ that (diff) |
MySQL Query Browser is a database querying tool that combines the simplicity
of a Web-browser-like interface with powerful features like multiple result
sets on tab sheets, query history, storing query "bookmarks", editing and
comparing resultsets, SQL script debugging, and more.
WWW: http://www.mysql.com/products/tools/query-browser/
PR: ports/95530
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Diffstat (limited to 'databases/mysql-query-browser/pkg-descr')
-rw-r--r-- | databases/mysql-query-browser/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql-query-browser/pkg-descr b/databases/mysql-query-browser/pkg-descr new file mode 100644 index 000000000000..210618ac2aff --- /dev/null +++ b/databases/mysql-query-browser/pkg-descr @@ -0,0 +1,21 @@ +MySQL Query Browser is a database querying tool that combines the simplicity +of a Web-browser-like interface with powerful features like multiple result +sets on tab sheets, query history, storing query "bookmarks", editing and +comparing resultsets, SQL script debugging, and more. + +Plus, the integrated environment provides: + * Query Toolbar to easily create and execute queries and navigate + query history + * Script Editor giving you control to manually create or edit + SQL statements + * Results Window so you can also easily compare and work with + multiple queries + * Object Browser enabling you to manage your databases, bookmarks, + and history using a Web Browser like interface + * Database Explorer where you can select tables and fields to query, + as well as create and delete tables + * Table Editor allows you easily create, modify and delete tables + * Inline Help giving you instant help access to selected objects, + parameters, and functions + +WWW: http://www.mysql.com/products/tools/query-browser/ |