diff options
author | Russ Allbery <rra@stanford.edu> | 2012-07-10 10:23:21 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2012-07-10 10:23:21 -0700 |
commit | 13b905d2921ab6fa17007a914d020f0a7509c689 (patch) | |
tree | f6fd0cdc5b2f721da0538a1988bad8131e1f3c05 /TODO | |
parent | 2d9da56ba9207f211fca5ae033a0015763aa4930 (diff) |
Minor TODO update on database layer redesign
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -189,10 +189,10 @@ Code Style and Cleanup: * WALLET-50: The Wallet::Config class is very ugly and could use some better internal API to reference the variables in it. - * WALLET-51: Use Class::DBI and Class::Trigger to handle the data access - layer rather than writing SQL directly, and implement the logging - requirements with triggers rather than explicit SQL. This may also - replace Wallet::Schema. + * WALLET-51: Use Class::DBI and Class::Trigger (or DBIx::Class) to handle + the data access layer rather than writing SQL directly, and implement + the logging requirements with triggers rather than explicit SQL. This + may also replace Wallet::Schema. * WALLET-52: Consider using Class::Accessor to get rid of the scaffolding code to access object data, and a Wallet::Base class to handle things |