MySQL stored routines library - Summary
This group is not part of the GNU Project.
<h2>MySQL stored routines library</h2>
This routine library collects general purpose MySQL 5 stored
procedures and functions. What is to be considered "general purpose"?
Any routine that enhances the language itself or that can be useful
in an abstract database fits the bill.
Since its appearance, MySQL stored routines language has proved itself
useful and powerful, and yet it lacks many features that we have become accustomed to in other languages, and we would like to see in MySQL::SP as well. Stored routines that improve the language espressiveness and usability fall in this category.
Furthermore, there are common tasks that can get accomplished by a stored routine, and are not related to a particular database. Also these routines are good candidates for this library.
Registration Date: Thu 24 Nov 2005 02:41:08 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha
posted by gmaxia, Sun 14 May 2006 08:33:58 AM UTC
MySQL Stored Routines Library has changed its home.
It is now hosted at SourceForge.
https://sourceforge.net/projects/mysql-sr-lib/
posted by gmaxia, Sun 29 Jan 2006 08:28:40 AM UTC
The docs are now completed.
general concepts: http://datacharmer.blogspot.com/2005/11/mysql-5-general-purpose-routine.html
arrays: http://datacharmer.blogspot.com/2005/11/mysql-5-general-purpose-routine_28.html
more on arrays: http://datacharmer.blogspot.com/2005/12/mysql-5-general-purpose-routine_20.html
[...]
posted by gmaxia, Mon 12 Dec 2005 08:34:31 AM UTC
Two more articles on MySQL Stored Routine Library were recently published. One about for_each loops
http://datacharmer.blogspot.com/2005/12/mysql-5-general-purpose-routine.html
and one about syntax helpers and named parameters
http://datacharmer.blogspot.com/2005/12/mysql-5-general-purpose-routine_12.html
posted by gmaxia, Tue 29 Nov 2005 06:55:17 AM UTC
An article on arrays usage (soon to become part of the documentation) was published on The Data Charmer's blog:
http://datacharmer.blogspot.com/2005/11/mysql-5-general-purpose-routine_28.html
- Browse open items
Submit a new item
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-f13d.
Corresponding source code