Mysql embedded layer

hi *,

i feel ruby offers a powerfull channel of comunication with c language.

when looking into manual_toc of mysql_ref i found libmysqld an
interessant way to use this dbms for softwares that need
speed and are used for home service.

so i ask you help to understand how can i write a minimal wrapper ruby
class (for the ruby language, of course) for this purpose.

tnx in advance :slight_smile:

regards, saiph

路路路

--

here are more things in heaven and earth,

horatio, than are dreamt of in your philosophy.

saiph wrote:

hi *,

i feel ruby offers a powerfull channel of comunication with c language.

when looking into manual_toc of mysql_ref i found libmysqld an
interessant way to use this dbms for softwares that need
speed and are used for home service.

so i ask you help to understand how can i write a minimal wrapper ruby class (for the ruby language, of course) for this purpose.

The example in section 4 of README.EXT in the ruby distribution seems right on target for this purpose.