Skip to content

Commit

Permalink
fix: Readme items
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed Jan 16, 2024
1 parent 22f6c9e commit d50de45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Lykia is a toy document database basically written for educational purposes. It
- [x] A minimal standard library
- [x] Data manipulation language ("SELECT", "INSERT", "UPDATE", "DELETE")
- [ ] Data definition language ("CREATE COLLECTION", etc.) (in progress)
- [ ] Async runtime/event loop
- [ ] In-memory (dummy) storage engine (in progress)
- [ ] Async runtime/event loop (in progress)
- [ ] Query planning
- [ ] In-memory storage engine
- [ ] Persistent storage engine (Bitcask)
- [ ] B-Tree implementation for indexing
- [ ] Plan optimization
Expand Down

0 comments on commit d50de45

Please sign in to comment.