ruvector/crates/ruvector-cli/src/cli
Claude af5a71b19f feat: Add --postgres flag to hooks init for automatic schema setup
- Add --postgres flag to `ruvector hooks init` command
- Automatically apply PostgreSQL schema using embedded SQL
- Check for RUVECTOR_POSTGRES_URL or DATABASE_URL environment variable
- Provide helpful error messages and manual instructions if psql unavailable
- Update README with new --postgres flag documentation
2025-12-29 00:54:57 +00:00
..
commands.rs fix: Resolve CI build failures 2025-11-26 15:25:47 +00:00
format.rs fix: Resolve CI build failures 2025-11-26 15:25:47 +00:00
graph.rs fix: Resolve CI build failures 2025-11-26 15:25:47 +00:00
hooks.rs feat: Add --postgres flag to hooks init for automatic schema setup 2025-12-29 00:54:57 +00:00
hooks_postgres.rs fix: Fix postgres feature compilation errors 2025-12-29 00:47:48 +00:00
mod.rs feat(hooks): Complete feature parity and add PostgreSQL support 2025-12-27 02:11:42 +00:00
progress.rs fix: Resolve CI build failures 2025-11-26 15:25:47 +00:00