===========================================================
                 _                    ____   ___  _
 _   _ _ __ ___ | |__   ___  _ __ ___/ ___| / _ \| |
| | | | '__/ _ \| '_ \ / _ \| '__/ _ \___ \| | | | |
| |_| | | | (_) | |_) | (_) | | | (_) |__) | |_| | |___
 \__,_|_|  \___/|_.__/ \___/|_|  \___/____/ \__\_\_____|

uroboroSQL SQL REPL ver.0.2.0
===========================================================

Commands :
	query	: execute query from loaded sql file.
		ex1) query [sql file name]<Enter> : Execute SQL without parameter.
		ex2) query [sql file name] param1=val1 param2=val2 ...<Enter> : Execute SQL with the specified parameters.
	update	: execute update from loaded sql file.
		ex1) update [sql file name]<Enter> : Execute SQL without parameter.
		ex2) update [sql file name] param1=val1 param2=val2 ...<Enter> : Execute SQL with the specified parameters.
	view	: view sql file.
		ex) view [sql file name]<Enter> : Show sql file contents.
	list	: list loaded sql files.
		ex1) list<Enter> : Show all loaded sql file(s).
		ex2) list keyword<Enter> : Show loaded sql file(s) filter by keyword.
	history	: list command history.
		ex1) history<Enter> : Show all command history.
		ex2) history keyword<Enter> : Show command history filter by keyword.
	driver	: list loaded drivers.
	reload	: reload sql files.
	cls	: clear screen.
	help	: show this message.
	exit	: exit SQL REPL. `CTRL+C` is an alias.

