Skip to content

Commit a572d36

Browse files
committed
chore(docs): move sqlite docs under sqlite-watcher-docs
1 parent 8e96b7a commit a572d36

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ All notable changes to this project will be documented in this file.
9797

9898
### Changed
9999

100-
- **README-SQLite.md**: Updated all examples to include `-y` flag and added notes explaining that interactive mode only works with PostgreSQL sources.
100+
- **sqlite-watcher-docs/README-SQLite.md**: Updated all examples to include `-y` flag and added notes explaining that interactive mode only works with PostgreSQL sources.
101101

102102
## [7.0.4] - 2025-12-09
103103

@@ -408,7 +408,7 @@ All notable changes to this project will be documented in this file.
408408
- **File-based migration** (local execution only, no remote support)
409409
- **Path validation** with directory traversal prevention
410410
- **Comprehensive security testing**: 14 SQLite-specific tests
411-
- **Documentation**: [README-SQLite.md](README-SQLite.md) with usage examples
411+
- **Documentation**: [sqlite-watcher-docs/README-SQLite.md](sqlite-watcher-docs/README-SQLite.md) with usage examples
412412
- **Integration tests**: Full workflow testing with real SQLite files
413413

414414
#### MongoDB Support (Phase 2)
@@ -491,7 +491,7 @@ All notable changes to this project will be documented in this file.
491491

492492
- **[README.md](README.md)** - Universal landing page with multi-database support
493493
- **[README-PostgreSQL.md](README-PostgreSQL.md)** - Comprehensive PostgreSQL replication guide (1,000+ lines)
494-
- **[README-SQLite.md](README-SQLite.md)** - Complete SQLite migration guide
494+
- **[sqlite-watcher-docs/README-SQLite.md](sqlite-watcher-docs/README-SQLite.md)** - Complete SQLite migration guide
495495
- **[README-MongoDB.md](README-MongoDB.md)** - Complete MongoDB migration guide with periodic refresh
496496
- **[README-MySQL.md](README-MySQL.md)** - Complete MySQL/MariaDB migration guide
497497
- **[docs/plans/multi-database-support.md](docs/plans/multi-database-support.md)** - Implementation plan and architecture

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ database-replicator init \
139139
--target "postgresql://user:pass@host:5432/db"
140140
```
141141

142-
**[📖 Full SQLite Guide →](README-SQLite.md)**
142+
**[📖 Full SQLite Guide →](sqlite-watcher-docs/README-SQLite.md)**
143143

144144
---
145145

@@ -302,7 +302,7 @@ docker run --rm -it \
302302
### Database-Specific Guides
303303

304304
- **[PostgreSQL to PostgreSQL](README-PostgreSQL.md)** - Zero-downtime replication with logical replication
305-
- **[SQLite to PostgreSQL](README-SQLite.md)** - One-time replication using JSONB storage
305+
- **[SQLite to PostgreSQL](sqlite-watcher-docs/README-SQLite.md)** - One-time replication using JSONB storage
306306
- **[MongoDB to PostgreSQL](README-MongoDB.md)** - One-time replication with periodic refresh support
307307
- **[MySQL/MariaDB to PostgreSQL](README-MySQL.md)** - One-time replication with periodic refresh support
308308

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ For issues or questions:
600600

601601
Once you have completed the initial snapshot (`database-replicator init --source sqlite ...`), you can switch to incremental change capture:
602602

603-
1. Install `sqlite-watcher` (see [docs/installers.md](docs/installers.md) for Linux systemd units, macOS launchd plists, and Windows service guidance).
603+
1. Install `sqlite-watcher` (see [sqlite-watcher-docs/installers.md](installers.md) for Linux systemd units, macOS launchd plists, and Windows service guidance).
604604
2. Start the watcher beside your `.sqlite` file (example for Linux/macOS):
605605

606606
```bash
File renamed without changes.

sqlite-watcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This crate currently ships the shared queue + gRPC server used by `database-repl
77

88
> **Note:** WAL tailing is still under active development; use the binary today to test queue + sync flows.
99
10-
See `docs/installers.md` for per-OS service guidance and `scripts/test-sqlite-delta.sh` for the end-to-end smoke test.
10+
See `sqlite-watcher-docs/installers.md` for per-OS service guidance and `scripts/test-sqlite-delta.sh` for the end-to-end smoke test.

0 commit comments

Comments
 (0)