johnchildren / diesel_async

Diesel async connection implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A async interface for diesel

Diesel gets rid of the boilerplate for database interaction and eliminates runtime errors without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that "feels like Rust."

Diesel-async provides an async implementation of diesels connection implementation and any method that may issue an query. It is designed as pure async drop in replacement for the corresponding diesel methods.

Supported databases:

  1. PostgreSQL
  2. MySQL

License

Licensed under AGPL v3 or later Feel free to reach out if you require a more permissive licence.

About

Diesel async connection implementation

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%