From e0a8263d16c6aff39ae04050a5ca3364a8703666 Mon Sep 17 00:00:00 2001 From: paolorechia Date: Wed, 10 Jan 2024 08:43:56 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 733685b..d705226 100644 --- a/README.md +++ b/README.md @@ -159,15 +159,17 @@ Our roadmap for the first iteration might end up looking like this: ### Second iteration: making it usable (v0.2.0) 1. Add proper documentation to project [x] 2. Adds proper logging strategy to the server [x] -3. Add another API besides the REPL to query the database [] +3. Split project into several crates [x] +5. Add another API besides the REPL to query the database [] * This can be either a traditional TCP or a HTTP server. It should be as simple as possible, and just receive a string of the SQL command * Make REPL support both backends: Standalone process or network server -4. Add configuration file [] -5. Add create table command [] -6. Add drop table command [] -7. Add alter table command [] -8. Multiple tables query support (add FROM clause support) [] -9. Support filters (add basic WHERE clause support) [] +6. Add configuration file [] +7. Add create table command [] +8. Add drop table command [] +9. Add alter table command [] +10. Multiple tables query support (add FROM clause support) [] +11. Support filters (add basic WHERE clause support) [] +12. Update documentation []