bin/sqlite @ 56c21532b943

More
author Steve Losh <steve@stevelosh.com>
date Wed, 26 May 2021 17:54:02 -0400
parents a6e1eedddb20
children (none)
#!/usr/bin/env bash

rlwrap -m'$$$$' \
       -a____ \
       --multi-line-ext .sql \
       --only-cook '^(sqlite| *\.\.\.)> ' \
       -p'1;32' \
       --histsize 1000 \
       --history-filename "$HOME/.rlwrap/sqlite_history" \
       sqlite3 "$@"