https://github.com/mehcode/async-diesel
Integrate Diesel into async-std cleanly and efficiently.
https://github.com/mehcode/async-diesel
Last synced: 11 months ago
JSON representation
Integrate Diesel into async-std cleanly and efficiently.
- Host: GitHub
- URL: https://github.com/mehcode/async-diesel
- Owner: mehcode
- License: apache-2.0
- Created: 2020-01-09T22:31:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T06:20:50.000Z (over 3 years ago)
- Last Synced: 2025-03-18T06:51:29.723Z (12 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Async Diesel
> Integrate Diesel into [async-std](https://github.com/async-rs/async-std) 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.