Use Toql with Rocket. This crate adds:
load_many()
function that works with URL query parametersThere is a CRUD example and the API documentation.
Add this to your Cargo.toml
:
```toml [dependencies] toql_rocket = { version = "0.1", features= ["mysql"] }
```
Toql Rocket is distributed under the terms of both the MIT license and the Apache License (Version 2.0).