Recommend this page to a friend! |
Download |
Info | Documentation | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-06-29 (4 months ago) | 74% | Total: 32,024 This week: 1 | All time: 15 This week: 64 |
Version | License | PHP version | Categories | |||
metabase 1.0.14 | BSD License | 4 | XML, Databases |
Description | Author | ||||||||
Package of classes that provide DBMS independent access and management of databases. |
|
Good and simple MySQL wrapper
What MySQL wrapper should I go with?
MSAccess data to MySQL
Fetch MSAccess data and store into MySQL
Portable database access
Database access compatible with MySQL and SQLite
What is the best PHP database schema abstraction class?
Applications Database Schema
Connect to MS Access database with ODBC
ODBC Connection to MS Access
Connect to informix database
Need to connect and retrieve data from informix database
PHP and Progress Openedge ODBC
I need to interrogate an Openedge database using PHP
|
Screenshots (1) | ||
Files (52) |
File | Role | Description | ||
---|---|---|---|---|
documentation (4 files) | ||||
editplus (4 files) | ||||
autoincrement.schema | Data | Driver conformance database schema for testing auto-increment fields | ||
configuration.php | Aux. | Example configuration values | ||
driver_test.php | Test | Driver class conformance test script. | ||
driver_test.schema | Data | Driver class conformance test database schema description. | ||
driver_test_config.php | Conf. | Driver class conformance test configuration script. | ||
get_database.php | Aux. | Utility script to reverse engineer installed database schemas to Metabase XML definition | ||
LICENSE | Lic. | BSD style license | ||
lob_test.schema | Data | Database schema to test large object fields. | ||
manager_database.php | Class | Base class for database schema management extensions | ||
manager_ibase.php | Class | Interbase schema management extension class | ||
manager_ifx.php | Class | Informix schema management extension class | ||
manager_msql.php | Class | Mini-SQL schema management extension class | ||
manager_mssql.php | Class | Microsoft SQL server schema management extension class | ||
manager_mysql.php | Class | MySQL schema manager extension class | ||
manager_mysqli.php | Class | Metabase schema management driver extension class for MySQL database using the MySQLi extension | ||
manager_oci.php | Class | Oracle OCI schema management extension class | ||
manager_odbc.php | Class | ODBC schema management extension class | ||
manager_odbc_msaccess.php | Class | Microsoft Access schema management extension class | ||
manager_pgsql.php | Class | PostgreSQL schema management extension class | ||
manager_sqlite.php | Class | SQLite schema management extension class | ||
metabase.xsl | Data | XML style sheet to render database schemas in Metabase XML format contributed by Stefano Locati | ||
metabase_audit_queries_plugin.php | Class | Plugin class to perform auditing operations on SQL queries that execute | ||
metabase_database.php | Class | DBMS driver base class. | ||
metabase_ibase.php | Class | Driver class for Interbase contributed by Meir kriheli | ||
metabase_ifx.php | Class | Driver class for Informix contributed by Pierre-henri Delaval | ||
metabase_interface.php | Aux. | Database interface function library | ||
metabase_lob.php | Class | Large object fields handler classes | ||
metabase_manager.php | Class | Database manager class. | ||
metabase_msql.php | Class | Driver class for Mini-SQL | ||
metabase_mssql.php | Class | Driver class for Microsoft SQL server | ||
metabase_mysql.php | Class | Driver class for MySQL | ||
metabase_mysqli.php | Class | Metabase interface class with MySQL database using the MySQLi extension | ||
metabase_oci.php | Class | Driver class for Oracle using the OCI | ||
metabase_odbc.php | Class | Driver class for ODBC | ||
metabase_odbc_msaccess.php | Class | Microsoft Access driver class via ODBC contributed by Svemir Brkic | ||
metabase_parser.php | Class | Schema definition parser class. | ||
metabase_pgsql.php | Class | Driver class for PostgreSQL | ||
metabase_sqlite.php | Class | SQLite flat file database API driver contributed by Jeroen Derks | ||
metabase_template.php | Class | Template driver class. | ||
README.txt | Doc. | Information about the project | ||
setup_test.php | Example | Test database setup script. | ||
test.schema | Data | Test database schema definition in Metabase XML format | ||
test_audit_queries_plugin.php | Aux. | Example script to show how to perform auditing operations on SQL queries that execute |
Files (52) | / | documentation |
File | Role | Description |
---|---|---|
faq.html | Doc. | Metabase Frequently Asked Questions |
metabase.html | Doc. | Metabase manual in HTML format |
tutorial-pt.html | Doc. | Portuguese version of Metabase tutorial in HTML format |
tutorial.html | Doc. | Metabase tutorial in HTML format |
Files (52) | / | editplus |
File | Role | Description |
---|---|---|
metabase.acp | Data | EditPlus template file for editing Metabase schemas Contribution by Aral Balkan. |
metabase.ctl | Data | EditPlus template file for editing Metabase schemas Contribution by Aral Balkan. |
metabase.stx | Data | EditPlus template file for editing Metabase schemas Contribution by Aral Balkan. |
template.schema | Data | EditPlus template file for editing Metabase schemas Contribution by Aral Balkan. |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
metabase-2024-06-29.zip 217KB | |
metabase-2024-06-29.tar.gz 183KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Generic XML parser class | .zip .tar.gz | If it is used the schema management support, this class is used to parse the XML schema definitions | Conditional |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
90% | 3 |
|
|
User Ratings | User Comments (3) | ||||||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Database access class | Database independent abstraction layer used to access many SQL databases | Required |
PHP Forms Class with HTML Generator and JavaScript Validation | Used by the custom linked select plug-in class that retrieves groups of options from many SQL databases | Conditional |
Query result table display class | Database independent abstraction layer used to access many SQL databases | Required |
Related pages |
Pages that reference this package |
This chapter focuses on PHP database abstraction layer and the database abstraction classes... |