drizzle-core 0.1.4

A type-safe SQL query builder for Rust
Documentation

Drizzle Core - SQL generation library

no_std Support

This crate supports no_std environments with an allocator:

# With std (default)
drizzle-core = "0.1"

# no_std with allocator
drizzle-core = { version = "0.1", default-features = false, features = ["alloc"] }