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.

2008-04-14 16:00 Back to release list
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.

Project Resources