command to open an existing sqlite database
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
.
精彩评论