sqlite3中的用户名和密码

我在Linux机器上使用sqlite3,我在没有用户名和密码的情况下获取数据库.我可以设置相同的用户名和密码吗?
不,sqlite3数据库是非常轻量级的系统.它们不需要服务器,所有数据都存储在一个文件中. sqlite / sqlite3不支持用户名/密码.

In order to achieve simplicity,sqlite has had to sacrifice other characteristics that some people find useful,such as high concurrency,fine-grained access control,a rich set of built-in functions,stored procedures,esoteric sql language features,XML and/or Java extensions,tera- or peta-byte scalability,and so forth.

(sqlite,when to use)

但是,由于它只是一个文件,您可以使用密码加密文件以保护您的数据.

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能