libpb

PocketBase wrapper with serializer/deserializer support


API

For full API documentation see DUB API Spec.

Installing

In order to use libpb in your project simply run:

dub add libpb

And then in your D program import as follows:

import libpb;

Dependencies

This requires that you have the libcurl libraries available for linking against.

Navigation