From 732bf63f1eb0c1f9d2973a64ba855633fa744554 Mon Sep 17 00:00:00 2001 From: paolorechia Date: Mon, 1 Jan 2024 18:34:38 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adf9434..9ec3088 100644 --- a/README.md +++ b/README.md @@ -150,12 +150,12 @@ Our roadmap for the first iteration might end up looking like this: ### Second iteration: making it usable (v0.2.0) -1. Add another API besides the REPL to query the database [] +1. Add proper documentation to project [] +2. 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 -2. Adds proper logging strategy to the server [] -3. Add configuration file [] -4. Add proper documentation to project [] +3. Adds proper logging strategy to the server [] +4. Add configuration file [] 5. Add create table command [] 6. Add drop table command [] 7. Add alter table command []