pocketbase-rs
A still in development Rust API Wrapper to interact with the PocketBase Web API.
Note
This project is still under development, the different API methods are added when they are needed for an external project.
Pull Requests are welcome, whether it's about adding missing methods, adding and fixing documentation, and more.
This crate was last tested on PocketBase version 0.23.7.
Installation
Simply add this line in your cargo.toml file:
Usage
The different methods are generally named the same as the official JavaScript SDK. Usage of this Rust crate is usually similiar to it.
use Error;
use PocketBase;
use ;
async
Licence
This project is free and open source. All code in this repository is dual-licensed under either:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rust by Example by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.