From:
Robin Berjon <robin.berjon [at] expway.fr>
Date:
Tue, 15 Oct 2002 11:00:40 +0200
To:
Sean Evans <sevans [at] lukmire.com>
To:
axkit-users [at] axkit.org
Subject:
Re: Pgsql - Necessary to Write Provider?
Sean Evans wrote: > I plan to use Postgresql for data storage, and was wondering what the > recommended approach was. Should I write a Provider? Encapsulate database > access behind a taglib? I appreciate your help. It depends on what your needs are. A few (simplified) use-cases: If you have queries with complex post-processing logic you might want a taglib as it might turn out to be more flexible. If you have queries with little or no post-processing then go for a provider and read the manpage for XML::Generator::DBI thoroughly. If you are storing documents in the db, then the provider route is definitely the way. -- Robin Berjon <robin.berjon [at] expway.fr> Research Engineer, Expway 7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488
Pgsql - Necessary to Write Provider? - Sean Evans on 14 Oct 2002 20:12:39 -0000
Re: Pgsql - Necessary to Write Provider? - Tod Harter on 15 Oct 2002 01:23:48 -0000
Re: Pgsql - Necessary to Write Provider? - Robin Berjon on 15 Oct 2002 09:00:52 -0000
Re: Pgsql - Necessary to Write Provider? - J[246]rg Walter on 15 Oct 2002 09:01:02 -0000
Re: Pgsql - Necessary to Write Provider? - Mark A. Hershberger on 16 Oct 2002 02:46:05 -0000
Back up to archives |
These pages are copyright © 2002 Apache Software Foundation


Index