开发者

command to open an existing sqlite database

开发者 https://www.devze.com 2023-02-20 18:17 出处:网络
i know the command to create a database in sqlite. i.e sqlite3 databasename.sqlite. But can anybody tell开发者_运维问答 me what is the command to open an existing database in terminal. Please anybody

i know the command to create a database in sqlite. i.e sqlite3 databasename.sqlite. But can anybody tell开发者_运维问答 me what is the command to open an existing database in terminal. Please anybody help me


You simply use sqlite3 myExistingDatabase.sqlite.

0

精彩评论

暂无评论...
验证码 换一张
取 消