Download List

프로젝트 설명

Metabase is a DBMS-independent PHP API to access SQL databases. It supports MySQL, PostgreSQL, Oracle, Microsoft SQL server, Microsoft Access, ODBC, Interbase, Informix, MiniSQL, and SQLite. It supports nested transactions, blobs, and prepared queries. It can install database schemas defined in a DBMS independent XML format that describe tables, indexes, primary keys, and auto-increment sequences. It is also able to upgrade a database to a new schema without affecting the data that was stored since it was installed or upgraded for the last time. There is also schema reverse engineering support.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-27 17:10
2011.06.23

이 릴리스에서는 행 인덱스가 각 행에 지정된 열 값을 설정하는 bidimensional 배열로 설정 전체 결과를 검색할 지원을 추가합니다. 데이터베이스 액세스 오류는 이제 쿼리 이름이나 쿼리가 실패하면 실행 걸린 시간과 같은 맥락 정보를 포함할 수 있습니다. 지원가 만들 어질 때 데이터베이스의 문자 집합을 설정하는 추가되었습니다. PHP 엄격한 경고가 피할 수 있습니다.
This release adds support to retrieve a whole result set into a bidimensional array on which the row indexes are set to a given column value of the respective row. The database access errors may include now contextual information like query name or the time a query took to execute when it failed. Support was added for setting the character set of a database when it is created. PHP strict warnings are avoided.

2009-11-20 21:13
2009.11.18

이 릴리스, 그래서 결과 행을 연관 배열의 특정 열 이름을 사용하는, 따라서 쿼리 결과 컬럼의 이름을 데이터베이스에 독립적인 솔루션을 provding 반환되는 쿼리 결과를 열 형식과 이름을 설정하기위한 지원을 추가합니다. 지금은 단지 PCRE 정규 표현식 함수 대신에 PHP를 6 사용중지됨 준비는 POSIX 정규 표현식 함수를 사용합니다.
This release adds support for setting the query result column types and name, so the result rows are returned as associative arrays using the given column names, thus provding a database independent solution to name query result columns. It now only uses PCRE regular expression functions instead of the deprecated POSIX regular expression functions in preparation for PHP 6.

2008-04-14 16:00
2008.04.14

이 릴리스가 시작 될 수있는, 즉 트랜잭션 중첩 트랜잭션에 대한 지원을 추가하면 다른 트랜잭션이 이미 진행 중입니다. 데이터베이스 스키마를 XML 파서 이식은 데이터베이스의 몇 가지 유형의 예약어 더 많은 테이블과 필드 이름을 거부로 향상되었습니다. 몇 가지 사소한 버그가 수정되었습니다.
Tags: Major feature enhancements
This release adds support for nested transactions,
i.e. transactions that can be started when another
transaction is already in progress. The database
schema XML parser portability was enhanced to
disallow more table and field names that are
reserved words in several types of databases.
Several minor bugs were fixed.

2006-07-12 08:34
2006.07.12

메타베이스 API는 데이터베이스에 독립적 %와 탈출은 SQL처럼 표현 _ 그 말 그대로이 및 기타 와일드 카드 문자를 쉬어야 할 수있습니다 제공할 수 있도록 개선했다. 몇 가지 기능이 패턴과 일치하는 표현은, 엔드를 시작하거나 다른 기능과 함께 특정 텍스트를 포함하는 패턴의 모든 다른 종류의 구성을위한 빌드에 추가되었습니다.
Tags: Major feature enhancements
The Metabase API was enhanced to provide database independent escaping of % and _ in SQL LIKE expressions that may need to take these and other wildcard characters literally. Several functions were added to build patterns that match expressions that begin, end, or contain a given text, along with another function for composing any other kind of pattern.

2005-11-22 09:14
2005.11.21

SQLite는 드라이버는 기본 자동 증가 필드 기본 키를 지원하도록 업데이 트되었습니다 이진 데이터를 BLOB 필드에 저장된 탈출. 이 드라이버는 또한 테이블 및 열 이름 바꾸기를 할 때 3 SQLite는 라이브러리를 사용하여 추가 지원합니다. MySQL과 PostgreSQL의 드라이버를 기본 테이블에 고정 지점을 10 진수로 필드를 사용하여 만들 업데이 트되었습니다. 10 진수 에뮬레이션을 큰 정수 입력란에 필드를 사용하여 기존 버전을 지원하는 옵션이되었다. 디버그 출력 버퍼는 레코드를 모두 쿼리 및 드라이버 활동을 이제 응용 프로그램에서 검색할 때마다 플러시됩니다.
Tags: Major feature enhancements
The SQLite driver was updated to support native auto-increment fields, primary keys, and binary data escaping stored in BLOB fields. This driver also supports table renaming and column adding when using the SQLite 3 library. The MySQL and PostgreSQL drivers were updated to create tables using native fixed point decimal fields. The decimal field emulation using large integer fields became an option to support legacy versions. The debug output buffer that records all queries and driver activity is now flushed every time it is retrieved by an application.

Project Resources