Where is SQLite database stored on disk?

后端 未结 7 810
无人及你
无人及你 2021-01-31 14:02

Where is the SQLite database stored i.e. directory path on windows 7 when created ?

相关标签:
7条回答
  • 2021-01-31 15:05

    In Windows 10 if in the prompt command the path where you start sqlite is

    C:\users\USER_NAME
    

    You can find it in the user home folder. The .db file is stored where you start the sqlite command. I hope this solve the issue

    0 讨论(0)
提交回复
热议问题