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.

2005-11-22 09:14 Back to release list
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