https://github.com/t1000ln/sqlcipher-front
这是个辅助开发工具,专用于支持rusqlite绑定的sqlcipher加密库的数据查询和编辑,非生产用途。
https://github.com/t1000ln/sqlcipher-front
database devtool sqlcipher sqlite3
Last synced: 17 days ago
JSON representation
这是个辅助开发工具,专用于支持rusqlite绑定的sqlcipher加密库的数据查询和编辑,非生产用途。
- Host: GitHub
- URL: https://github.com/t1000ln/sqlcipher-front
- Owner: t1000ln
- License: mit
- Created: 2023-01-19T10:01:58.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-06T08:09:18.000Z (over 3 years ago)
- Last Synced: 2023-07-30T09:25:11.852Z (almost 3 years ago)
- Topics: database, devtool, sqlcipher, sqlite3
- Language: Rust
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
这是一个`sqlite3`数据库查询工具,专为使用rusqlite绑定的`sqlcipher`加密库查询而设计,当然也支持普通的未加密库。。
希望这个工具有助于使用`sqlite3`加密数据库的应用开发。
当前版本支持在较新的`Linux`桌面系统和`Windows 10/11 x64`系统上安装,暂不支持`Mac`。