Skeleton Engine for MySQL

Software Screenshot:
Skeleton Engine for MySQL
Software Details:
Version: 0.7
Upload Date: 3 Jun 15
Developer: Brian Aker
Distribution Type: Freeware
Downloads: 17

Rating: nan/5 (Total Votes: 0)

Skeleton Engine for MySQL is a full framework to plug in a new storage engine. Comes with prebuild autoconf files, and a full framework to plug in your own design.

The AWS, HTTP, Memcache, Nitro, PBXT, and many other engines were put together from the skeleton engine.

To install, grab a copy of the mysql source code and run this:
./configure --with-mysql=/home/brian/mysql-5.1/ --libdir=/usr/local/lib/mysql/
make install

And then inside of MySQL:

mysql> INSTALL PLUGIN skeleton SONAME 'libskeleton_engine.so';

mysql> CREATE TABLE `d` (`a` varchar(125), b text, primary key(a)) ENGINE=skeleton DEFAULT
CHARSET=latin1;
Query OK, 0 rows affected (0.01 sec)

You will probably need to edit the Makefile.am in the src/ tree if you want to build on anything other then Linux (and the Makefile assumes that the server was not compiled for debug).

What's New in This Release:

Similar Software

H2 Database Engine
H2 Database Engine

17 Feb 15

CloverETL Designer
CloverETL Designer

17 Feb 15

Sesame
Sesame

20 Feb 15

Qercus
Qercus

14 Apr 15

Other Software of Developer Brian Aker

mod_layout
mod_layout

3 Jun 15

Comments to Skeleton Engine for MySQL

Comments not found
Add Comment
Turn on images!