SQLite wrapper for Zig - zero runtime dependencies
Find a file
reugenio 7229c27c80 Fase 4: Window functions, URI, pragmas y connection pool
- Window functions: createWindowFunction() con 4 callbacks
  (xStep, xFinal, xValue, xInverse)
- URI connection string: openUri() y openUriAlloc()
  (file:path?mode=ro&cache=shared)
- Pragmas adicionales: setAutoVacuum, setCacheSize,
  setCaseSensitiveLike, setDeferForeignKeys, setLockingMode,
  setQueryOnly, setRecursiveTriggers, setSecureDelete,
  setPageSize, setMaxPageCount, setTempStore, setWalAutoCheckpoint
- Maintenance: vacuum, incrementalVacuum, optimize,
  integrityCheck, quickCheck, walCheckpoint
- ConnectionPool: pool thread-safe con acquire/release

Paridad 100% con go-sqlite3 (excepto extensiones dinamicas
que estan deshabilitadas por seguridad)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 19:33:46 +01:00
docs Fase 4: Window functions, URI, pragmas y connection pool 2025-12-08 19:33:46 +01:00
examples Initial commit: zsqlite - SQLite wrapper for Zig 2025-12-08 16:45:28 +01:00
src Fase 4: Window functions, URI, pragmas y connection pool 2025-12-08 19:33:46 +01:00
vendor Initial commit: zsqlite - SQLite wrapper for Zig 2025-12-08 16:45:28 +01:00
.gitignore Initial commit: zsqlite - SQLite wrapper for Zig 2025-12-08 16:45:28 +01:00
build.zig feat(v0.5): Fase 3B - Callbacks avanzados, limits y timestamps 2025-12-08 18:52:18 +01:00
CLAUDE.md v0.4: Fase 3A complete - Blob I/O, Hooks, Aggregate Functions 2025-12-08 18:02:01 +01:00