From 13b905d2921ab6fa17007a914d020f0a7509c689 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 10 Jul 2012 10:23:21 -0700 Subject: Minor TODO update on database layer redesign --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 1a35bbd..32c88d8 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3