diff --git a/README.md b/README.md index 866e57c..250fb95 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ SQL queries can be entered line by line. The client will print the result of eac To exit the REPL client, enter `exit` or `quit`. # Features -- - SQL must be on single line, in **UPPERCASE** and end with `;`, as it should be - Supported operations: `CREATE TABLE`, `CREATE INDEX`, `SELECT`, `INSERT`, `DELETE` - Supported data types: `UUID`, `STRING`, `INT`, `NUMBER`