bin/sqlite @ 2a6258a8b0e6

More
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Feb 2023 11:14:10 -0500
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 "$@"