Main > Free Download Search >

Free sql database manager software for mac

sql database manager

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2065
SQLite Manager 0.3.12

SQLite Manager 0.3.12


Firefox add-on that allows you to manage any database you want. more>> Firefox add-on that allows you to manage any database you want.

Manage any SQLite database on your computer. An intuitive heirarchical tree showing database objects. Helpful dialogs to manage tables, indexes, views and triggers. You can browse and search the tables, as well as add, edit and delete the records.
Facility to execute any sql query. A dropdown menu helps with the sql syntax thus making writing sql easier. Easy access to common operations through menu, toolbars, buttons and context-menu.
SQLite Manager allows you to export tables/views in csv or xml format.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy. It is likely that most of the storage in Mozilla applications, in near future, will use SQLite.
Note: The SQLite Manager add-on is cross-platform and it works on Mac OS X, Windows and Linux.

Main features:>
- dialogs for creation, deletion of tables, indexes, views and triggers
- ability to rename, copy, reindex tables
- ability to add and drop columns
- create new db, open any existing db, copy an existing db
- a tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- export tables as csv files
- a dropdown menu showing all profile db (*.sqlite)
- an intuitive hierarchical tree showing all tables, indexes, views and triggers
- ability to browse data from any table
- dialogs to allow searching in a table
- allows editing and deleting selected record while browsing a tables data
- an extensive menu that helps with writing sql by hand and then executing it
- remembers the last used db across sessions

System requirements:
-

Enhancements:
- Issue #178 : Enhance new database to allow creation of in-memory database. Done. To open an in-memory db, go to Database menu -> New In-Memory Database. If the db opens successfully the title displays "in-memory database", in the left sidebar "in-memory" is displayed instead of db name and the statusbar displays "Memory" instead of Shared/Exclusive.
- Issue #180 : alert the user if a file from MRU could not be opened and remove the failed entry from MRU. Fixed.

<<less
Download (97KB)
Added: 2008-10-07 License: Freeware Price: FREE
443 downloads
 
Other version of SQLite Manager
SQLite Manager 0.3.11Firefox add-on that allows you to manage any database you want. SQLite Manager 0.3.11 - Mrinal ... library that implements a self-contained, embeddable, zero-configuration SQL database
Price: FREE
License:Freeware
Download (97KB)
467 downloads
Added: 2008-10-07
Ensemble Database Converter 1.0

Ensemble Database Converter 1.0


Ensemble Database Converter - Convert database from Ensemble v1.0 to Ensemble2 more>>
Convert database from Ensemble v1.0 to Ensemble2.
Do below operations at first, then you easily convert database from Ensemble v1.0.
1. Download Ensemble Database Converter
2. Launch Ensemble2
3. Only follow instructions
<<less
Download (803KB)
Added: 2007-04-26 License: Freeware Price:
912 downloads
EOS Image Manager 0.9.2

EOS Image Manager 0.9.2


File copy/rename/sort/re-case tool. more>>
EOS Image Manager is a powerful tool for drag & drop of up to thousands of files at once, while at the same time renaming, re-case, and re-sorting them.
<<less
Download (209KB)
Added: 2004-11-17 License: Freeware Price:
1807 downloads
Doc Size Manager 1.0

Doc Size Manager 1.0


Doc Size Manager - Save and load your document sizes more>>
Doc Size Manager is a MultiAd Creator AppleScript that lets you save and load your document sizes, and when loading you can choose to keep or replace the existing document sizes.

Completly freeware.

<<less
Download (6KB)
Added: 2006-02-20 License: Freeware Price:
1344 downloads
AIM Away Manager 1.0

AIM Away Manager 1.0


AIM Away Manager - Manage away messages in AIM more>>
The AIM Away Manager script, by providing a simple, non-intrusive Dialog Director window, allows you to manage various "away" related tasks when using AOL Instant Messenger (AIM).

Completly freeware for personal use.

<<less
Download (62KB)
Added: 2006-05-04 License: Freeware Price:
1271 downloads
Dashboard Manager 1.2

Dashboard Manager 1.2


Dashboard Manager - Toggles Dashboard on or off more>>
Dashboard Manager is a simple AppleScript based application made for those who need to shut down Dashboard so memory can be freed.
Enhancements:
- Startup bug fixed (for real).
<<less
Download (90KB)
Added: 2006-04-25 License: Freeware Price:
1280 downloads
List Manager 1.0.1

List Manager 1.0.1


List Manager - List management tool more>>
List Manager is a sample script made with Dialog Director scripting addition to deal with simple text files that have short records with single lines in them.

Put your files in the Lists folder, and enjoy! Feel free to change the script to match your own needs.

<<less
Download (26KB)
Added: 2006-04-14 License: Freeware Price:
1288 downloads
H2 Database Engine 1.1.113

H2 Database Engine 1.1.113


An SQL database engine written in Java more>> An SQL database engine written in Java

H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.

Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German).

Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

<<less
Download (4.9MB)
Added: 2009-05-24 License: Freeware Price: FREE
218 downloads
 
Other version of H2 Database Engine
H2 Database Engine 0.9H2 is an SQL database engine written in Java (but also available as a native ... - EXPLAIN PLAN support - The database can generate SQL script files - Support for linked tables
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
HandBrake Queue Manager 1.0

HandBrake Queue Manager 1.0


HandBrake Queue Manager provides users with an efficient automated way to add multiple files to your HandBrake queue without having to sit around selecting file after file from within HandBrake more>> <<less
Download (46KB)
Added: 2009-08-03 License: Freeware Price: FREE
downloads
Service Manager 0.8

Service Manager 0.8


The Service Manager allows you to enable and disable applications services. It also lets you change key commands and menu item organization more>> The Service Manager allows you to enable and disable applications services. It also lets you change key commands and menu item organization.
Requirements:
Mac OS X 10.2 or later.
<<less
Download (41K)
Added: 2003-05-13 License: Free Price:
downloads
Beepwear Manager 1.1

Beepwear Manager 1.1


Access Timex Beepwear watch info. more>>
Beepwear Manager allows you to download information to your Beepwear PRO watch.

This is for Mac users who are sick ofhaving to go get a Windows machine to use the Timex software. The source code is included with this archive.
<<less
Download (1MB)
Added: 2004-08-07 License: Freeware Price:
1924 downloads
SQLite Manager for Firefox 0.5.1

SQLite Manager for Firefox 0.5.1


SQLite Manager for Firefox 0.5.1 offers you an useful and easy-to-use program which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Download (115KB)
Added: 2009-08-04 License: MIT Price: FREE
downloads
 
Other version of SQLite Manager for Firefox
SQLite Manager for Firefox 0.5.0 Beta 5to developers who want to create and play with sqlite databases. SQLite Manager is available as ... library that implements a self-contained, embeddable, zero-configuration SQL database
Price: FREE
License:MIT
Download (113KB)
downloads
Added: 2009-08-03
SQLite Manager for Firefox 0.5.0 Beta 3Mrinal Kant - SQLite Manager for Firefox is an all-in-one and very useful application which can manage all
Price: FREE
License:MIT
Download (108KB)
1 downloads
Added: 2009-07-24
SQLite Manager for Songbird 0.5.1

SQLite Manager for Songbird 0.5.1


SQLite Manager for Songbird 0.5.1 offers you a professional and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Download (115KB)
Added: 2009-08-04 License: MIT Price: FREE
downloads
 
Other version of SQLite Manager for Songbird
SQLite Manager for Songbird 0.5.0 Beta 3Mrinal Kant - SQLite Manager for Songbird provides you a powerful and easy-to-use program which can manage
Price: FREE
License:MIT
Download (108KB)
1 downloads
Added: 2009-07-24
SQLite Manager for Songbird 0.3.11Songbird add-on that helps you manage your SQLite databases from ... SQLite Manager allows you to execute SQL Query. A dropdown menu helps with the sql syntax thus
Price: FREE
License:Freeware
Download (97KB)
381 downloads
Added: 2008-10-07
MeD's Movie Manager 2.8.4

MeD's Movie Manager 2.8.4


Simple to use, yet customizable, movie manager more>>
MeD's Movie Manager 2.8.4 offers you a powerful and customizable, movie manager. MeDs Movie Manager gets the movies info from IMDb, and episode info. Import function (3 modes - Excel, simple text, and extreme movie manager database (Tested with v4.5)

Major Features:

  1. Add, Edit, Delete database functions
  2. Episode functionality for series
  3. Quick movie filter with advanced search options
  4. List functionality
  5. Multi-add function (Search directories for files)
  6. Obtain AVI / OGM / MPEG and DVD (ifo) file info
  7. Automatic download of movie info from IMDb (Proxy support)
  8. Automatic download of episode info from tv.com (Proxy support)
  9. Import function (3 modes - Excel, simple text, and extreme movie manager database (Tested with v4.5)
  10. Export to HTML (2 modes - full and simple)
  11. Customizable movie additional info
  12. Customizable database queries for statistics
  13. Changeable layout (Look And Feels).

Enhancements: Support for MediaInfo_ on 64bit Windows.

<<less
Download (21.3MB)
Added: 2009-06-07 License: GPL Price: FREE
15 downloads
ClearWay Simple Cache Manager 2.0

ClearWay Simple Cache Manager 2.0


ClearWay Simple Cache Manager is such a handy program which lends you a helping hand to help performance, but it may also sometimes result in stale files being cached by the server. more>> <<less
Download (45KB)
Added: 1998-07-15 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5