docs: remove empty line

This commit is contained in:
Jindřich Moravec 2024-01-28 23:01:05 +01:00
parent e26fffe36c
commit 124f602547

View file

@ -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`. To exit the REPL client, enter `exit` or `quit`.
# Features # Features
-
- SQL must be on single line, in **UPPERCASE** and end with `;`, as it should be - 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 operations: `CREATE TABLE`, `CREATE INDEX`, `SELECT`, `INSERT`, `DELETE`
- Supported data types: `UUID`, `STRING`, `INT`, `NUMBER` - Supported data types: `UUID`, `STRING`, `INT`, `NUMBER`