SQLite with readline support on Ubuntu

前端之家收集整理的这篇文章主要介绍了SQLite with readline support on Ubuntu前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

默认安装的sqlite3数据库是没有readline(历史记录)/左右方向键,删除键等也是乱码

解决办法:

sudo apt-get install rlwrap


rlwrap sqlite *.db


转载自:http://superuser.com/questions/82408/sqlite-with-readline-support-on-ubuntu

原文链接:https://www.f2er.com/sqlite/199452.html

猜你在找的Sqlite相关文章