Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在默认目录以外的目录中创建 Sqlite3 数据库?
首先,您需要手动创建文件夹,然后使用以下命令在该文件夹中创建/打开 db 文件:
sqlite3 ./folderName/databaseName.db