libpb ===== #### _PocketBase wrapper with serializer/deserializer support_ ---- ## API For full API documentation see [DUB API Spec](https://libpb.dpldocs.info/index.html). ## Installing In order to use libpb in your project simply run: ```bash dub add libpb ``` And then in your D program import as follows: ```d import libpb; ``` ### Dependencies This requires that you have the `libcurl` libraries available for linking against.