inpactdev/monetdb-php
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= Native PHP implementation of the MonetDB interface. =
The php API aims at being compatible with the one provided by the C implementation.
== Directory structure ==
- lib/
php_mapi.inc - mapi protocol implementation
php_monetdb.php - php api
- examples/simple_query.php - an example of php+monetdb in action
- INSTALL.txt - note about installing and using the native interface
- TODO.txt: list of pending tasks.
== Benchmark ==
A comparison between cimpl and native can be found at: http://www.ins.cwi.nl/~gm/bench/
php_test.tar.bz2 - contains an utility to measure the performance of the two php APIS.