bin/sqlite @ a945ff0fd02f

More
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Feb 2024 14:12:21 -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 "$@"