25
Basic
Agentic Readiness Score
developer
llms-txtdatabase
Agentic Signals
🤖
ai-plugin.json
Not found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
Embed this badge
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# litdb
## Docs
Home
- [Overview](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/overview.md)
- [Install](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/install.md)
- [Models](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/models.md)
- [Customize](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/customize.md)
- [Report Issue](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/bug-report.md): Creating a good Bug Report
Drivers
- [SQLite (Bun)](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/bun-sqlite.md): litdb for Bun SQLite
- [SQLite (Node.js)](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/better-sqlite.md): litdb for Node.js better-sqlite3
- [PostgreSQL](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/postgres.md): litdb for postgres.js
- [MySQL](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/mysql2.md): litdb for mysql2
Queries
- [Schema](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/schema.md): Schema APIs
- [Select](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/select.md): SELECT Examples
- [Joins](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/joins.md): JOIN Examples
- [Where](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/where.md): WHERE Examples
- [Group By](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/group-by.md): GROUP BY Examples
- [Having](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/having.md): HAVING Examples
- [Order By](https://raw.githubusercontent.com/litdb/litdb.dev/refs/heads/main/MyApp/_pages/order-by.md): ORDER BY Examples
- [Insert](https://raw.gith