Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ A change is done only when:
- ✅ CI passes on all target OSes

## 4. Commit / PR hygiene
- **NEVER commit directly without presenting the full diff to the user for review first.** Always show `git diff` output and wait for explicit approval before running `git commit`. No exceptions.
- Use clear commit messages (imperative, scoped).
- Avoid mixing unrelated refactors with feature work.
- If you changed any persistent format (db header, page layout, WAL frame format, postings format):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DecentDB is a embedded relational database engine focused on **durable writes**,
- 🔎 **Trigram Index** - Fast text search for `LIKE '%pattern%'` queries
- 🧪 **Comprehensive Testing** - Unit tests, property tests, crash injection, and differential testing
- 🔄 **Foreign Key Constraints** - Automatic indexing and referential integrity enforcement
- 📊 **Rich Query Support** - Aggregates, subqueries (FROM, EXISTS, scalar), UPSERT, set operations, and scalar functions (string, math, UUID)
- 📊 **Rich Query Support** - Aggregates, subqueries (FROM, EXISTS, scalar), UPSERT, set operations, and scalar functions (string, math, UUID, JSON)
- ⚡ **Triggers** - AFTER and INSTEAD OF triggers for complex logic
- 📦 **Single File Database** - Portable database stored in a single file
- 🌐 **Cross-Platform** - Runs on Linux, macOS, and Windows
Expand Down
Binary file modified benchmarks/embedded_compare/assets/decentdb-benchmarks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading