Download List

Projeto Descrição

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 Back to release list
2011.06.23

Esta versão adiciona suporte para recuperar um resultado todo o conjunto em uma matriz bidimensional em que os índices de linha são definidos para um valor de determinada coluna da linha correspondente. Os erros de acesso de banco de dados pode incluir informações contextuais agora como nome da consulta ou o tempo de uma consulta levou para executar quando ele falhou. Foi adicionado suporte para definir o conjunto de caracteres de um banco de dados quando ele é criado. Avisos PHP estritos são evitados.
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.

Project Resources