Commit 52fd742
docs: Update roadmap to reflect browser support pivot
MAJOR STRATEGIC PIVOT:
- Browser support is now THE v1.0 differentiator
- Makes sqlite-graph the ONLY TypeScript graph DB with:
✅ ACID transactions
✅ Graph algorithms
✅ Browser support
✅ TypeScript-native
Changes:
- Created comprehensive ROADMAP.md (6-week v1.0 timeline)
- Updated README.md Phase 4 → Browser Support (not just docs)
- Phase 3 complete, pivoting to universal runtime support
- Breaking change: async/await API for browser compatibility
- Target: Late December 2024 / Early January 2025
Competitive Position:
- vs level-graph: ACID + algorithms + fluent API
- vs gun.js: ACID + complex queries + strong consistency
- vs Neo4j: 310 KB bundle (not 300 MB) + embedded deployment
- Market expansion: 5-10x (web apps >> Node.js only apps)
Current Status:
- Week 1 of 6 in progress
- NodeAdapter POC complete (19 tests passing)
- Next: BrowserAdapter implementation
See ROADMAP.md for complete timeline and decision log.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9a8d823 commit 52fd742
2 files changed
+379
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 174 | + | |
| 175 | + | |
179 | 176 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
184 | 196 | | |
185 | 197 | | |
186 | 198 | | |
| |||
239 | 251 | | |
240 | 252 | | |
241 | 253 | | |
242 | | - | |
243 | | - | |
244 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
245 | 259 | | |
246 | 260 | | |
247 | 261 | | |
248 | 262 | | |
249 | 263 | | |
250 | 264 | | |
251 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
0 commit comments