Skip to content

inpactdev/monetdb-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Official mirror of the MonetDB PHP driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 99.0%
  • Makefile 1.0%