This package vendors a Drizzle Effect SQLite adapter for this repo.
effect/unstable/sql/SqlClient, not a specific SQLite driver.@effect/sql-sqlite-bun belong in tests or examples unless this package intentionally adds a driver-specific helper.drizzle-orm/effect-sqlite later.drizzle-orm@1.0.0-rc.2 declarations and runtime JS./Users/kit/code/open-source/effect-smol.Useful entry points:
src/effect-sqlite/driver.ts: creates the Effect-backed Drizzle database with make and makeWithDefaults.src/effect-sqlite/session.ts: adapts generic Effect SqlClient execution and transactions to Drizzle SQLite sessions.src/sqlite-core/effect/*: Effect-yieldable SQLite query builders.src/internal/drizzle-utils.ts: local typed shims for Drizzle runtime internals that RC2 does not expose in declarations.examples/basic.ts: minimal usage example with Bun SQLite.