探索SQLiteWeb:轻松浏览SQLite数据库数据
发表时间: 2017-12-28 22:24
sqlite-web 是基于Python写的Sqite数据库浏览工具,项目依赖: flask && peewee && pygments。
Github: https://github.com/coleifer/sqlite-web
安装
pip install sqlite-web
使用SqliteWeb浏览数据库中数据
sqlite_web /path/to/database.db
主要功能
新建数据库 / 基于已存在的数据库进行操作
新建表 / 删除表 / 修改表
增加索引
导入 / 导出 JSON文件 或者CSV文件
常用命令
sqlite_web [options] /path/to/database-file.db-p, --port: default is 8080-H, --host: default is 127.0.0.1-d, --debug: default is false-x, --no-browser: do not open a web-browser when sqlite-web starts.
请点击此处输入图片描述
亲,喜欢就关注哦。人生苦短,关注收藏。