mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
- Add proper Node.js error codes using Bun::throwError() infrastructure
- Support constructor options: open, readOnly, timeout with validation
- Add location() method returning database path or null for in-memory DBs
- Add Buffer argument support with null byte validation
- Fix error message format to match Node.js patterns (backticks not quotes)
- Store database path in JSNodeSQLiteDatabaseSync for location() method
- Support { open: false } option to create database object without opening
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>