Hello folks, I need to choose persistence module from CPAN for working with MySQL 4.x (InnoDB).
I have referental integrity. My DB schema includes several tables with hierarchy and one-to-many relationships ( so I have multiple column primary keys).
I've looked at Alzabo (all good, but no persistence), SPOPS and Tangram (no multiple primary key support, SPOPS manual says that I need to code mul_col_pk methods by hand ).
So here's some requirements for framework:
- persistence (or I have to store data in some data structure, doing it with HoAoHoAo.. and so on is tooo weird)
- automatic schema reverse engineer (low priority)
- relationship support (multi column primary keys is a must)
- reference constraints (low priority)
- transactions (low priority)
Does this beauty exist?
Or maybe some advices for 'in memory' data storing framework to work with Alzabo, or maybe SPOPS hacking advice or secret ftp that contains Tangram 3 =)
Thank you.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.