From 124f602547fb7563e4d0eb583eb0aced92c92613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Moravec?= Date: Sun, 28 Jan 2024 23:01:05 +0100 Subject: [PATCH] docs: remove empty line --- README.md | 1 - 1 file changed, 1 deletion(-) 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`