Main > Free Download Search >

Free postgresql database designer software for mac

postgresql database designer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1436
PostgreSQL Database Server 8.3.0

PostgreSQL Database Server 8.3.0


PostgreSQL Database Server is a program functioning as an open source relational database system more>>

PostgreSQL Database Server 8.3.0 is a program functioning as an open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. PostgreSQL Database server already embedded a useful GUI - PGadmin. If you want to import MS Access or other formats to PostgreSQL, you can install a Mac OS X GUI Navicat PostgreSQL

PostgreSQL is an open-source descendant of this original Berkeley code. Also, PostgreSQL can be extended by the user in many ways.

It supports a large part of the SQL:2003 standard and offers many modern features:

  1. Complex queries
  2. Foreign keys
  3. Triggers
  4. Views
  5. Transactional integrity
  6. Multiversion concurrency control

<<less
Added: 2008-02-08 License: Freeware Price:
downloads
PostgreSQL Database Server for Mac OS X 8.1.4

PostgreSQL Database Server for Mac OS X 8.1.4


PostgreSQL Database Server for Mac OS X offers a simple and effective relational database system. more>>

PostgreSQL Database Server for Mac OS X 8.1.4 offers a simple and effective relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. If you need a PostgreSQL Database GUI, you can download NAVICAT PostgreSQL GUI.

It supports to import CSV, XML or other formats to PostgreSQL. PostgreSQL is an open-source descendant of this original Berkeley code. It supports a large part of the SQL: 2003 standard and offers many modern features: complex queries, foreign keys, triggers, views, transactional integrity, and multi-version concurrency control. Also, PostgreSQL can be extended by the user in many ways.

Enhancements: May include unspecified updates, enhancements, or bug fixes.

<<less
Download (13.9MB)
Added: 2006-08-24 License: Freeware Price:
downloads
GestLab Database 22

GestLab Database 22


GestLab Database gives you a free tool which starts with version 1.1, the application and database are separate files. more>>

GestLab Database 22 gives you a free tool which starts with version 1.1, the application and database are separate files. In order to use it, you must download both files (GestLab and GestLab Database), and place them in the same folder.

<<less
Download (106.5KB)
Added: 2004-01-01 License: Freeware Price:
downloads
Oracle9i Database R2

Oracle9i Database R2


Enterprise database solution. more>>
Oracle9i Database is the state of the art in object-relational databases. Voted Editors Choice by PC magazine and the #1 database for Linux by Linux Journal, Oracle9i Database is the most scalable and full featured database available.

Whether driving your web site, packaged applications, data warehouses or OLTP applications, Oracle9i Database is a foundation technology for any professional computing environment..
<<less
Download (20KB)
Added: 2004-05-15 License: Freeware Price:
1114 downloads
PostgreSQLAdaptor 152

PostgreSQLAdaptor 152


PostgreSQLAdaptor is an essential and full featured tool to use PostgreSQL with Enterprise Objects Framework 2.x. more>>

PostgreSQLAdaptor 152 is an essential and full featured tool to use PostgreSQL with Enterprise Objects Framework 2.x. The adaptor requires a current version of the database running on a real operating system.

Requirements:

  • Mac OS X Server
  • PostgreSQL Framework
<<less
Download (50.8KB)
Added: 2001-02-05 License: Freeware Price:
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 Database Engine is a web based java database engine. Main features: - Fast database engine - ... Multiple schema support - Compatibility modes for HSQLDB, MySQL and PostgreSQL - Sequence and
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
Lego Digital Designer 2.3.19

Lego Digital Designer 2.3.19


Welcome to LEGO Digital Designer, also known as LDD. With the free Digital Designer software you can build absolutely anything with virtual LEGO bricks right on your computer more>>

Lego Digital Designer 2.3.19 has come as a smart and useful software for free with which you can easily create and design certainly anything with virtual LEGO bricks right on your computer. Then you can buy the real bricks to build your creation and you can share it with thousand of other LEGO fans.

<<less
Download (27.9MB)
Added: 2008-05-29 License: Freeware Price:
32 downloads
 
Other version of Lego Digital Designer
LEGO Digital Designer 2.1LEGO Digital Designer is a veery nice software that lets you build anything in your imagination ... With the free Digital Designer software you can build absolutely anything with virtual LEGO
License:Freeware
Download (16.1MB)
941 downloads
Added: 2007-05-09
Lego Digital Designer 2a useful Lego Digital Designer application, known as LDD which can create totally everything ... Lego Digital Designer 2 offers you a useful Lego Digital Designer application, known as LDD
License:Freeware
Download (28.7MB)
1577 downloads
Added: 2008-02-24
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
ACR Codes Database 1.2

ACR Codes Database 1.2


ACR Codes Database brings a powerful application which has the aim to browse, search and generate ACR Codes (acr.org). more>>

ACR Codes Database 1.2 brings a powerful application which has the aim to browse, search and generate ACR Codes (acr.org). It is used to generate ACR codes for our teaching files database. It is available for MacOS 9.x and Windows OS. It includes all 6500 ACR Codes

Requirements: All Mac

<<less
Download (4MB)
Added: 2003-05-11 License: Freeware Price:
downloads
Rat Genome Database Search 1.0

Rat Genome Database Search 1.0


Rat Genome Database Search is a professional and easy-to-use widget that offers scientific researchers a quick way to run searches for genes, quantitative trait loci, ontologies, rat strains, literature references, and other information available at the Rat Genome Database. more>>

Rat Genome Database Search 1.0 is a professional and easy-to-use widget that offers scientific researchers a quick way to run searches for genes, quantitative trait loci, ontologies, rat strains, literature references, and other information available at the Rat Genome Database.

Requirements: Mac OS X 10.4 or later.
<<less
Download (105K)
Added: 2006-05-02 License: Free Price:
downloads
PostgreSQL 8.4.1

PostgreSQL 8.4.1


PostgreSQL is regarded as an innovative and versatile database system which has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. more>>

PostgreSQL 8.4.1 is regarded as an innovative and versatile database system which has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. PostgreSQL Database server already embedded a useful GUI - PGadmin.

PostgreSQL is an open-source descendant of this original Berkeley code. It supports a large part of the SQL:2003 standard and offers many modern features.

Major Features:

  1. Complex queries
  2. Foreign keys
  3. Triggers
  4. Views
  5. Transactional integrity
  6. Multiversion concurrency control

<<less
Added: 2009-09-08 License: Freeware Price: Notavailable
downloads
 
Other version of PostgreSQL
PostgreSQL 8.4.0PostgreSQL is designed to be an user-friendly and reliable database system which has more than ... PostgreSQL Database server already embedded a useful GUI - PGadmin. If you want to import MS
Price: $0.00
License:Freeware
Download
downloads
Added: 2009-07-21
PostgreSQL 8.3.5collection of graphical tools for using and managing PostgreSQL servers, as well as the server ... collection of graphical tools for using and managing PostgreSQL servers, as well as the server
License:Free
Download (37.8MB)
downloads
Added: 2008-11-13
PostgreSQL 8.2.3PostgreSQL is the PostgreSQL database server in a convenient Mac OS Xpackage. /software/macosx/postgresql/. You can also download a StartupItem and a matching PHP Apache
License:Freeware
Download (17.9MB)
973 downloads
Added: 2007-05-22
PostgreSQL 7.3.3PostgreSQL offers users such a beneficial and admirable PostgreSQL database server in a ... admirable PostgreSQL database server in a convenient Mac OS X package. This build includes
License:Freeware
Download (6.9MB)
downloads
Added: 2003-05-31
Informed Designer 3.0.5

Informed Designer 3.0.5


Informed Designer is well designed to be a professional and practical tool that is effective used to create electronic forms on Windows. more>>

Informed Designer 3.0.5 is well designed to be a professional and practical tool that is effective used to create electronic forms on Windows. (3.1x, 95, 98, NT) or Mac for use internally by your employees (intranet), for business to business communication (extranet) or by the general public (Internet).

With Informed Filler available on Windows (3.1x, 95, 98, NT), Mac, and for Java capable browsers, you have the flexibility to use Informed anywhere you fill out forms in your organization. After creating your electronic form, Informed Designer allows you to add intelligence to it, and do all the other functions needed to prepare your form to be filled out electronically.

This includes things like... add calculations set error checking define help messages set default values configure choices lists set the formatting configure database lookups configure database submits set the tab order add buttons create custom menus authorize the template configure tracking distribute the electronic form template to your file or ftp server integrate with your document management system

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4
  • IntelMac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5
  • IntelMac OS X 10.3
  • Mac OS Classic
<<less
Download (7.5MB)
Added: 2001-09-03 License: update/patch Price:
downloads
AppleSpec Database Jan, '03

AppleSpec Database Jan, '03


AppleSpec Database Jan, 03 is known as an effective canonical list of every piece of hardware ever released by Apple Computer. more>>

AppleSpec Database Jan, '03 is known as an effective canonical list of every piece of hardware ever released by Apple Computer. Mostly for developers, macintosh consultants and technical afficionados, the database is the #1 Technical resource to help people do their jobs.

Requirements:

  • Mac OS 8.6 - 9.x


<<less
Download (8.6MB)
Added: 2003-01-07 License: Freeware Price:
downloads
PostgreSQL Cocoa Libraries X 0.5

PostgreSQL Cocoa Libraries X 0.5


PostgreSQL Cocoa Librariesis a set of in-development Cocoa classes for accessing PostgreSQL databases. HeaderDoc style documentation included more>> PostgreSQL Cocoa Librariesis a set of in-development Cocoa classes for accessing PostgreSQL databases. HeaderDoc style documentation included. Requires PostgreSQL installed either locally or remotely and that certain PostgreSQL include and library files be available on the local machine.
Requirements:
Mac OS X 10.0 or later, PostgreSQL.
<<less
Download (15K)
Added: 2002-07-15 License: Free Price:
downloads
PostgreSQL Cocoa Libraries 0.6.1

PostgreSQL Cocoa Libraries 0.6.1


PostgreSQL Cocoa Libraries - In-development Cocoa classes for accessing PostgreSQL databases more>>
PostgreSQL Cocoa Libraries is a set of in-development Cocoa classes for accessing PostgreSQL databases. HeaderDoc style documentation included.
Requires PostgreSQL installed either locally or remotely and that certain PostgreSQL include and library files be available on the local machine.
Enhancements:
- I added better behavior with null values and better exception handling as well as an executeUpdate method to make the classes behave more like JDBC classes with which many people are probably familiar.
- I have also added some detailed code examples in the "read me" file and included some of the necessary library files in the project.
<<less
Download (712KB)
Added: 2006-02-01 License: Freeware Price:
1368 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5