stec_shopster

Crates.iostec_shopster
lib.rsstec_shopster
version0.2.0
created_at2025-06-06 04:56:02.739075+00
updated_at2025-06-06 04:56:02.739075+00
descriptionPersistence layer for a shop system.
homepagehttps://stecug.de
repository
max_upload_size
id1702602
size199,167
Stefan Schick (schickst)

documentation

README

Shopster

Database Layer for shop system with tenant support.

Testing

We use unit/integration tests. In order to run them you need dockerrunning and hvae cargo-nexttest installed. You can do this with:

> cargo install cargo-nextest --locked

To test run the tests, use the following command:

> cargo nextest run

For Test coverage use:

> cargo install cargo-llvm-cov
> cargo llvm-cov nextest
Commit count: 0

cargo fmt