Skip to content

Commit 36798c6

Browse files
authored
Update README.md
1 parent a499c36 commit 36798c6

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,27 @@ See [USAGE.md](USAGE.md) for complete usage examples.
153153

154154
Contributions are welcome! Please feel free to submit a Pull Request.
155155

156+
---
157+
156158
## 📄 License
157159

158160
MIT License - See [LICENSE](LICENSE) for details
159161

160-
## 🔗 Related Projects
162+
---
163+
164+
## Part of the SQLite AI Ecosystem
165+
166+
This project is part of the **SQLite AI** ecosystem, a collection of extensions that bring modern AI capabilities to the world’s most widely deployed database. The goal is to make SQLite the default data and inference engine for Edge AI applications.
167+
168+
Other projects in the ecosystem include:
169+
170+
- **[SQLite-AI](https://github.com/sqliteai/sqlite-ai)** — On-device inference and embedding generation directly inside SQLite.
171+
- **[SQLite-Memory](https://github.com/sqliteai/sqlite-memory)** — Markdown-based AI agent memory with semantic search.
172+
- **[SQLite-Vector](https://github.com/sqliteai/sqlite-vector)** — Ultra-efficient vector search for embeddings stored as BLOBs in standard SQLite tables.
173+
- **[SQLite-Sync](https://github.com/sqliteai/sqlite-sync)** — Local-first CRDT-based synchronization for seamless, conflict-free data sync and real-time collaboration across devices.
174+
- **[SQLite-Agent](https://github.com/sqliteai/sqlite-agent)** — Run autonomous AI agents directly from within SQLite databases.
175+
- **[SQLite-MCP](https://github.com/sqliteai/sqlite-mcp)** — Connect SQLite databases to MCP servers and invoke their tools.
176+
- **[SQLite-JS](https://github.com/sqliteai/sqlite-js)** — Create custom SQLite functions using JavaScript.
177+
- **[Liteparser](https://github.com/sqliteai/liteparser)** — A highly efficient and fully compliant SQLite SQL parser.
161178

162-
- [sqlite-agent](https://github.com/sqliteai/sqlite-agent) - A powerful AI agent for SQLite
163-
- [sqlite-ai](https://github.com/sqliteai/sqlite-ai) - LLM integration for SQLite
164-
- [sqlite-vector](https://github.com/sqliteai/sqlite-vector) - Vector search extension
165-
- [sqlite-sync](https://github.com/sqliteai/sqlite-sync) - Cloud synchronization
166-
- [sqlite-js](https://github.com/sqliteai/sqlite-js) - JavaScript engine integration
179+
Learn more at **[SQLite AI](https://sqlite.ai)**.

0 commit comments

Comments
 (0)