Skip to content

arthurmm/libmysqlruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== libmysqlruby ==

  This code is intended to execute code inside mysql, like:

    mysql> SELECT mrb(2, 2, '$OUTPUT = ($ARGSQLV[0].to_i + $ARGVSQLv[1].to_i).to_s');
    +--------------------------------------------------------------------+
    | mrb(2, 2, '$OUTPUT = ($ARGSQLV[0].to_i + $ARGVSQLv[1].to_i).to_s') |
    +--------------------------------------------------------------------+
    |                                                                  4 |
    +--------------------------------------------------------------------+

  Not functional yet

== TO-DO ==

 * Work on facilitate the use of values inside ruby code
 * Map the type of variables to the ruby code
 * Return to mysql the value with the type returned by ruby code
 * Execute ruby code from files

About

Execute your ruby code inside of mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages