Macintosh Software Search: New column sorting and sidebar filtering!  
|
DESCRIPTION
MesaSQLite makes creating, designing, and altering an SQLite3 database easy. We also use it to edit, summarize, and analyze data for ourselves and clients. Although we build new databases most days, we spend more of our time viewing and editing data. MesaSQLite is set up for this in mind.

MesaSQLite uses the SQLite3 database engine. Here is an overview of MesaSQLite features:

Connections:

  • Connect to a database on your machine or over the internet
  • Open a new connection with each new window
  • Open multiple connections to the same database
  • Open connections to multiple databases
  • Do both of the above at the same time
Structure:
  • View, add, duplicate, rename, and delete tables
  • View, add, duplicate, rename, edit, and delete fields on tables
  • Specify field type, length, nullable, default value, and autoincrement
  • Add and delete indexes on tables
  • View the Create Table sql syntax for your tables
Viewing and Editing Content:
  • Select encoding for viewing your data - encodings: UTF8, Win Arabic, Win Baltic Rim, Win Cyrillic, Win Greek, Win Latin 1, Win Latin 2, Win Vietnamese, K018-R, Shift-JIS, ISO Arabic, SO Cyrillic, ISO Greek, ISO Hebrew, ISO Latin 1, ISO Latin 2
  • Limit the number of records that load upon table selection
  • Suppress autoloading of records upon table selection
  • Build query to limit records using dropdown menus
  • Limit a recordset from a table by selecting a record count and a starting record
  • Set a "Load Last" limit that will load the last "n" records in the table
  • Limit the columns returned in a recordset
  • Sort a recordset by multiple fields
  • Make global changes to many records in a showing recordset
  • Reset column widths for easier viewing after a recordset loads with one click
  • View totals of numeric columns in a recordset with one click
  • Add and edit records directly in the listbox view
  • Delete records directly from the listbox view
  • Multi-select adjacent or non-adjacent rows for deletion or global editing
  • Click and drag in the recordset listbox to select cells and make them available to the clipboard
  • Reorder columns of data using click-and-drag without changing the structure of the table
Special Queries:
  • Type any query into the custom query field
  • Read errors and rows returned associated with a custom query
  • Store favorite queries and keep a history of recent queries
Forerign Keys:
  • SQLite3 Trigger technology is used to create Foreign Keys whose syntax is stored in the CREATE TABLE suntax of the table. Three triggers are created for each key in order to create and preserve referential integrity between tables
  • Create, view, and edit your Foreign Keys in the Foreign Key tab
Exporting and Importing Data:
  • Drop a file containing REALBasic code to generate the database you have built in MesaSQLite
  • Export a proprietary dump to back-up the structure and content of the database
  • Export the content screen, custom query result, or table as a csv, tab, or xls file
  • Import a proprietary dump that can recreate the database from a single file
  • Import any csv, tab, or xls file into a given table
WHAT'S NEW
release notes not available currently
REQUIREMENTS
Mac OS X 10.2 or later.


SCREENSHOT

Developer:Rick Praetzel
Downloads:2,581
  - Version d/l:949
Business:Applications
License:Shareware
Date:14 Mar 2008
Platform:PPC/Intel
Price:$20.00
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    MesaSQLite User Reviews (3 posts)Write A Review
    Mar 16 2008
    ***..

    BAREFEET  Some more comments:

    It's great to see this as a native Cocoa app, rather than some of the ugly Java alternatives. MesaSQLite opens database files on AppleShare volumes, which a few others choke on.

    The query builder is very good, but it would be nice to have a one click way to show all the data in the selected table (eg in the table list) in one click.

    Nulls and empty string entries are indistinguishable.

    The entity/tables browser needs a few bugs fixed, such as not showing single quotes in table names (which result from "alter table rename to" command) and truncated name when followed by a -- comment. Alpha sorting would be helpful and perhaps filtering (by name).

    Editing data is done in cell mode (one large wrapped text field in a panel) only. Cell mode is great for long text, but in-situ editing in cells in the column view would be faster for multiple edits. A line/form mode (fields down the page, for one record) would also be a good option.

    The GUI for "add table" and the "Content" query editor are very good, with a polished Mac feel and helpful popups like options for what is contained in the desired field. SQL editing (in the "Custom Query" tab) is very basic and only in a small field in a panel. It has no syntax coloring, quick entry tools (such as drag from a list of tables). The GUI does 70% of the job (or probably 95% for beginners), but the lack of SQL Editor features make the remaining 30% a bit tedious. Lack of support for views to save queries limits the usefulness of queries and the "Save query to favorites" is a poor substitute, reinventing the wheel and stores a global list that shows irrelevant queries when in another database file.

    Great work so far :-)  (Version 1.6.8)

    [ Reply ]
    Jan 5 2008
    ****.

    BAREFEET  Wow this developer responds quickly.

    I can list all triggers or per table, which is neat. I can edit existing triggers and the "not yet implemented alert when I try to create a new freeform trigger is encouraging. The template for creating foreign key triggers is clever.

    Still waiting for editing of views, but I'm hopeful.

    Remaining bugs in using column names with spaces in them seem to have been taken care of.  (Version 1.6)

    [ Reply ]
    Jan 4 2008
    ****.

    BAREFEET  It's great to see a database program that uses SQLite in a Mac GUI, not a limited Java type GUI, like many others.

    MesaSQLite seems to have a good grounding, providing access to the structure of tables (grid and SQL) and the associated (with each table) triggers (SQL) and indexes (SQL and grid). The grid view is functional for most but lacks some rarely used content such as "collate nocase" and comments.

    MesaSQLite now happily accepts SQL names (tables, columns etc) containing spaces, though a remaining bug when using such columns in the query builder. However, you can't currently create or see the structure or content of views, which I need before making use of such a program.

    Nice GUI for queries.

    The grid view of content (data rows and columns) is neat, wide enough to show the data (unlike many similar programs). It would be good to see a form view too, or at least a one record per page line view (similar to the output of ".mode line" in sqlite3). A mechanism for showing lists of records related to that one record would also be really useful, though I've never seen a similar program provide it.

    Keep up the good work! :-)  (Version 1.5.8)

    [ Reply ]
    View all 3 posts >>