libsql-orm 0.2.5

A powerful, async-first ORM for Turso Database with first-class support for Cloudflare Workers and WebAssembly environments. Features include automatic boolean conversion, upsert operations, built-in logging, migrations, and comprehensive query building.
Documentation
1
2
3
4
5
6
7
[target.wasm32-unknown-unknown]
rustflags = [
    "-C", "target-feature=+bulk-memory"
]

# Note: Default target is removed to allow tests to run on native target
# Use --target wasm32-unknown-unknown explicitly when needed for WASM builds