{ "info": { "author": "Norbert Logiewa", "author_email": "norbertlogiewa96@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", "Topic :: Database :: Front-Ends" ], "description": "# SQLite REPL written in Python3\n\n## Good completion\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/6.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/1.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/2.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/3.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/7.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/8.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/9.png)\n\n![](https://raw.githubusercontent.com/nl253/SQLiteREPL/master/screens/10.png)\n\n```\nusage: SQLiteREPL [-h] [-H [PATH]] [-e [FILE]] [-m] [-v] [-M]\n [--no-history-search] [--no-complete-while-typing]\n [--no-infobar] [--no-editor] [-t STYLE] [-s STYLE]\n [-p STRING]\n [database]\n\nA dead simple REPL for SQLite\n\npositional arguments:\n database path to database\n\noptional arguments:\n -h, --help show this help message and exit\n -H [PATH], --history [PATH]\n path to history file\n -e [FILE], --eval [FILE]\n eval SQL script before running the REPL\n -m, --multiline enable multiline mode (useful for creating tables)\n -v, --verbose enable verbose logging\n -M, --memory in memory database\n --no-history-search disable history search\n --no-complete-while-typing\n disable completion while typing\n --no-infobar disable info bar at the bottom of the screen\n --no-editor disable opening in $EDITOR\n -t STYLE, --table_style STYLE\n set table style to