redbeanify


Redbeanify is a database utility, written in PHP, that converts an existing MySQL database so it can be accessed using the RedBeanPHP Object Relational Management system (ORM). The utility assumes that the database was not originally created using RedBeanPHP (because if it was, it wouldn't need converting).

This utility changes the structure of your database, and will almost certainly require changes to some legacy software programs. For that reason, please be sure to read the "read me" file, redbeanify.readme.txt, carefully.

There are four files that make up the redbeanify utility package. They are:

redbeanify.readme.txtText file explaining what redbeanify is, what it does, how it works, and what the consequences are. Do not use redbeanify without reading and understanding the contents of this file.DownloadView
redbeanify.phpThe redbeanify conversion utility. This utility will change the structure of your database. Do not use before reading the "read me" file, and practicing on a test copy of your production database first.DownloadView
redbeanify.demo.sql (optional)SQL to create a demo database called 'redbeanify'. If you like, you can create the database, and then run redbeanify.php against it, and then study it to see what the effects of redbeanify are.DownloadView
redbeanify.demo.php (optional)Optional utility that goes with the demo database. After you redbeanify the demo database, this utility demonstrates using RedBeanPHP to interact with it.DownloadView

Disclaimer, Distribution, and Support

Redbeanify and all related software is provided on an "as is" basis without warranty of any kind, express or implied. Under no circumstances shall Gregory Smith or any associates be liable to you or to any other person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damage resulting from loss or corruption of data, or for any and all other damages or losses. If you do not accept these terms, do not use the software.

The files and file contents that make up the redbeanify utility are Copyright 2012 by Gregory Smith.

Redbeanify is free for all uses, private and commercial. You may redistribute it; I would appreciate being given credit, but I don't require it. You may alter it in any way you see fit, but if you do, you must change the name, using something other than 'redbeanify', so it doesn't get confused with the original.

You may send questions and comments to gregorinator@gmail.com.

redbeanify.readme.txt

redbeanify.php

redbeanify.demo.sql

redbeanify.demo.php