Skip to content

1.5 RedBean background information

gabordemooij edited this page Sep 13, 2010 · 1 revision

RedBean turns the ORM world up-side-down by inferring the entire database based upon your code. This means you don’t need to write a single line of SQL for model maintenance (you can still use SQL for typical database tasks), you dont need to write configuration files, conversion script or even models. As I looked at the typical ORM related tasks I asked myself why these activities are so extremely boring; it turned out that it was actually quite repetitive work and as with all repetitive tasks I tried to automate it.

Clone this wiki locally