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>