fsqlite-core 0.1.0

Core engine: connection, prepare, schema, DDL/DML codegen
Documentation

Core bounded-parallelism primitives (§1.5, bd-22n.4).

This module provides a small bulkhead framework for internal background work. It is intentionally non-blocking: overflow is rejected with SQLITE_BUSY (FrankenError::Busy) instead of queue-and-wait semantics.