From 244f3394606bc63ef2ffadcdcf55ac31ef087cf7 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Tue, 8 Aug 2023 16:26:11 -0500 Subject: [PATCH] update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 021029b..7568791 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ SQL Query Util-Izing Rust's Reliable and Efficient Logic ![Demo showing data insertation into SQUIRREL](https://github.com/nickorlow/squirrel/blob/main/.meta/images/demo_data_insert.png?raw=true) ---- - ## About This is a SQL database written in Rust. It will be based off of (and hopefully be made wire-compatible with) PostgreSQL's syntax.