The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DiaColloDB::Client::file - diachronic collocation db: client: local dbdir

DESCRIPTION

DiaColloDB::Client::file is a subclass of DiaColloDB::Client for accessing a local DiaColloDB database ("dbdir") via a file:// URL. It supports the DiaColloDB::Client API by calling the underlying DiaColloDB methods on its db object key.

new() options and object structure:

 ##-- DiaColloDB::Client: options
 url  => $url,       ##-- local url; query form is used as db parameters ##-- CONTINUE HERE: adjust dstar web params to auto-set ddcServer!
 ##
 ##-- DiaColloDB::Client::file
 db   => $db,        ##-- underlying DiaColloDB object

Options to the underlying DiaColloDB object can be passed as URL-encoded parameters in query part of the argument URL.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2015-2020 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

DiaColloDB::Client(3pm), DiaColloDB(3pm), perl(1), ...