drizzle 0.1.5

A type-safe SQL query builder for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Copy to .env for workflows that need secrets (optional)
#
# CI workflow: No secrets needed
# Release workflow: GITHUB_TOKEN (auto-provided by GitHub, not needed locally for testing)
# Publish workflow: GITHUB_TOKEN + CARGO_REGISTRY_TOKEN

# GitHub token - only needed for release/publish workflows
# Create at https://github.com/settings/tokens
GITHUB_TOKEN=

# Crates.io token - only needed for publish workflow
CARGO_REGISTRY_TOKEN=