The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App-mkfeyorm


0.007     2011-07-31 05:27:27 Asia/Seoul
    - Use string rather than file for schema and table template
    - Set attribute as rw
    - Add API
        - process_schema
        - process_tables
        - schema_module
        - table_modules
    - Change attribute type
    - Support template parameters for who want to use their own template

0.006     2011-07-28 13:15:49 Asia/Seoul
    - Support explicit table name
    - Make cache directory automatically

0.005     2011-01-19 16:31:14 Asia/Seoul
    - Cache schema object if user wants
    - Support additional foreign key setting
    - Check schema object before use to handle exception
    - Send accurate parameters to Fey::DBIManager::Source->new

0.004     2011-01-19 02:52:09 Asia/Seoul
    - Update template: check method parameters

0.003     2011-01-17 14:14:00 Asia/Seoul
    - Fix template bugs

0.002     2011-01-15 17:03:26 Asia/Seoul
    - Add omitted documents

0.001     2011-01-15 16:53:48 Asia/Seoul
    - First release