NAME
Groonga::API - raw interface to Groonga
DESCRIPTION
Groonga::API is a very thin wrapper of Groonga C APIs. All it does is to map types, and it's not meant to be used by a casual perl user. Try Ploonga for ordinary use.
If you really need to do something that can't be done with a standard Groonga client, welcome. As this doesn't expose all of the "public" APIs yet, if you want anything more, send me a typemap patch (see perlxstypemap for a starter) and some tests (or ask the Groonga developers to expose an appropriate API for your need).
To use this module, you naturally need to read groonga.h and other Groonga source files (reading online documents is not enough at all).
SEE ALSO
AUTHOR
Kenichi Ishigaki, <ishigaki@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.