Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weiznich/diesel_async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: weiznich/diesel_async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync_wrapper_cleanup
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    8fa0ee1 View commit details
    Browse the repository at this point in the history
  2. Introduce SyncConnectionWrapper with async API around diesel::Connection

    This type wraps a `diesel::connection::Connection` fulfilling needed
    requirement with a `diesel_async::AsyncConnection` trait.
    
    It can be useful  when desires
    * using a sync `Connection` implementation (sqlite) in async context
    * using the same code base within async crates needing multiple backends
      (sqlite + postgres)
    momobel committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0ff4fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c790c26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d83ba2 View commit details
    Browse the repository at this point in the history
  5. Update the CI

    * Fix the mysql runner
    * Add MacOS M1 support
    * Add sqlite support
    * General housekeeping (actions)
    weiznich committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c2effd3 View commit details
    Browse the repository at this point in the history
Loading