Skip to content

Rust engine v0.8.0

Choose a tag to compare

@github-actions github-actions released this 06 May 08:48
· 68 commits to main since this release
4e20780

Published to crates.io: https://crates.io/crates/sqlrite-engine/0.8.0

[dependencies]
sqlrite-engine = "0.8.0"
// The [lib] name stays `sqlrite`, so the import alias is
// the short one even though the package name is longer.
use sqlrite::{Database, ExecutionResult};

See the umbrella release v0.8.0 for the full changelog.

What's Changed

  • feat(sql): JOINs — INNER / LEFT / RIGHT / FULL OUTER (SQLR-5) by @joaoh82 in #99
  • Release v0.8.0 by @github-actions[bot] in #100

Full Changelog: sdk/go/v0.7.0...sqlrite-v0.8.0