Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
2005.11.21

Le pilote SQLite a été mis à jour pour Auto natif champs incrément, les clés primaires et les données binaires échapper stockés dans des champs BLOB. Ce pilote supporte aussi renommer table et de colonne d'ajouter lors de l'utilisation de la bibliothèque SQLite 3. Le MySQL PostgreSQL et les pilotes ont été mis à jour pour créer des tableaux en utilisant des champs fixes natif point décimal. L'émulation du champ décimal utilisant les champs des grands nombres entiers est devenue une option de soutenir les versions héritées. Le tampon de sortie de débogage qui enregistre toutes les requêtes et l'activité du conducteur est maintenant rougit à chaque fois qu'il est récupéré par une application.
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