https://github.com/mehcode/tokio-diesel
Integrate Diesel into Tokio cleanly and efficiently.
https://github.com/mehcode/tokio-diesel
Last synced: 11 months ago
JSON representation
Integrate Diesel into Tokio cleanly and efficiently.
- Host: GitHub
- URL: https://github.com/mehcode/tokio-diesel
- Owner: mehcode
- License: apache-2.0
- Created: 2019-06-17T21:18:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T18:18:12.000Z (about 2 years ago)
- Last Synced: 2025-03-29T19:06:44.804Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 104
- Watchers: 4
- Forks: 28
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Tokio Diesel
> Integrate Diesel into Tokio cleanly and efficiently.
## Usage
See [the example](./examples/simple.rs) for detailed usage information.
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.