| Crates.io | saas-rs-sdk |
| lib.rs | saas-rs-sdk |
| version | 0.5.2 |
| created_at | 2025-05-21 19:31:12.075034+00 |
| updated_at | 2026-01-14 20:53:07.577345+00 |
| description | The SaaS RS SDK |
| homepage | https://docs.saas-rs.com |
| repository | https://gitlab.com/saas-rs/sdk.git |
| max_upload_size | |
| id | 1683947 |
| size | 29,065,751 |
The SaaS RS SDK provides support libraries for gRPC back-ends managed by the SaaS RS CLI code generator. This includes:
See the docs.saas-rs.com website for a full introduction.
$ cargo add saas-rs-sdk
$ make check
$ export TEST_CONFIG_STORE_URL=mongodb://localhost:27017/saas-rs-sdk
$ export TEST_OBJECT_STORE_URL=mongodb://localhost:27017/saas-rs-sdk-objects
$ export TEST_SESSION_STORE_URL=redis://localhost:6379/15
$ make check
Run the schema generation script, then:
$ export TEST_CONFIG_STORE_URL=postgres://localhost:5432/saas_rs_sdk
$ export TEST_OBJECT_STORE_URL=file:///tmp/saas-rs-sdk-objects
$ export TEST_SESSION_STORE_URL=redis://localhost:6379/15
$ make check