From bff297c9a2b403742a03a678c1832b8a5bc8b886 Mon Sep 17 00:00:00 2001 From: mechatroner Date: Sun, 25 Aug 2019 00:40:29 -0400 Subject: [PATCH] readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index cd4fa57..91b62f6 100644 --- a/README.md +++ b/README.md @@ -194,10 +194,3 @@ There is no complex logic, even query parsing functions are very simple. If some RBQL is integrated with Rainbow CSV extensions in [Vim](https://github.com/mechatroner/rainbow_csv), [VSCode](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv), [Sublime Text](https://packagecontrol.io/packages/rainbow_csv) editors. * [RBQL in npm](https://www.npmjs.com/package/rbql): `$ npm install -g rbql` * [RBQL in PyPI](https://pypi.org/project/rbql/): `$ pip install rbql` - - -#### Related projects -* [bigbash](https://github.com/Borisvl/bigbash) - SQL queries as bash one-liners -* [q](https://github.com/harelba/q) - uses sqlite3 -* [TextQL](http://dinedal.github.io/textql/) - uses sqlite3 -