zcatsql/.gitignore
reugenio a290859182 Initial commit: zsqlite - SQLite wrapper for Zig
- SQLite 3.47.2 amalgamation compiled directly into binary
- Idiomatic Zig API (Database, Statement, errors)
- Full test suite passing
- Basic example with CRUD operations
- Zero runtime dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 16:45:28 +01:00

10 lines
81 B
Text

zig-cache/
zig-out/
.zig-cache/
*.o
*.a
*.so
*.db
*.db-journal
*.db-wal
*.db-shm