[Catalyst-commits] r12314 -
trunk/examples/CatalystAdvent/root/2009/pen
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Fri Dec 11 21:48:21 GMT 2009
Author: dhoss
Date: 2009-12-11 21:48:19 +0000 (Fri, 11 Dec 2009)
New Revision: 12314
Added:
trunk/examples/CatalystAdvent/root/2009/pen/trees-in-sql.pod
Log:
initial commit
Added: trunk/examples/CatalystAdvent/root/2009/pen/trees-in-sql.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/trees-in-sql.pod (rev 0)
+++ trunk/examples/CatalystAdvent/root/2009/pen/trees-in-sql.pod 2009-12-11 21:48:19 UTC (rev 12314)
@@ -0,0 +1,3 @@
+=head1 Trees in SQL
+
+Everyone wants to be able to have sane recursive data structures and pretty hierarchical data in their databases. However, SQL only sees data as sets. This makes it extremely hard to get any sort of tree structure inside a database, without either creating a tree, serializing it, and storing it thusly, or using one of a few tricks some very clever database engineers have synthesized.
More information about the Catalyst-commits
mailing list