News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
MySQL Storage Engine based on PHP
December 30, 2008 @ 08:42:03

In this new post to his blog Johannes Schluter looks at creating a storage engine plugin for MySQL via its plugin interface.

MySQL 5.1 has a plugin interface to easily add storage engines. PHP can easily embedded into other applications. So why not combine these two things? - Writing a MySQL Storage Engine which reads data by calling a PHP script.

He starts with a basic example with create_table and open_table functions that can pull the data from the table marked with the "Engine" setting of PHP. He expands on this to allow for more functionality - update, delete and write methods are added.

0 comments voice your opinion now!
mysql storage engine table tutorial update insert select delete


blog comments powered by Disqus

Similar Posts

Jan Lehnardt's Blog: CouchDb PHP Library for JSON API

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

Johannes Schlüter's Blog: High Performance PHP Session Storage on Scale

Web Development Blog: Create PDF documents Online with TCPDF

DZone.com: Record and replay for testing of legacy PHP applications


Community Events











Don't see your event here?
Let us know!


example composer database testing podcast series api language framework phpunit interview introduction opinion release zendframework2 community code development functional application

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework