You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,14 +153,27 @@ See [USAGE.md](USAGE.md) for complete usage examples.
153
153
154
154
Contributions are welcome! Please feel free to submit a Pull Request.
155
155
156
+
---
157
+
156
158
## 📄 License
157
159
158
160
MIT License - See [LICENSE](LICENSE) for details
159
161
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.
161
178
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
0 commit comments