pocketbase-rs 0.1.2

A simple wrapper around PocketBase's Rest API. Uses the Builder Pattern.
Documentation
1
2
3
4
5
6
7
pub mod create;
pub mod delete;
mod get_first_list_item;
mod get_full_list;
mod get_list;
mod get_one;
pub mod update;