On Mon, Nov 17, 2008 at 11:14:33AM +0000, Anthony Gardner wrote: > Just a quick question. Some time ago, I thought I saw a release mail > sent to this mailing list about DBIC and using it with flat files. > > Was I mistaken? I've been unable to find anything on CPAN or > googling.
What do you mean by flat files? If you mean something human readable and writeable like CSV, I've not heard of anyone doing this with DBIC. If you just want to use on on-disk database without having to run a daemon, look at SQLite which works well with DBIC. Tom _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
