How to find file structure of sqlite database.Other words, Sqlite database files (not table record) are saved in which file format.I need to open it as file.
How to find file structure of sqlite database.Other words, Sqlite database files (not table
Share
The best solution to any question like this is simply to go to the resource documentation. Nobody could possibly answer this question concisely or usefully in this kind of forum.
Please see File Format for SQLite Databases on the SQLite website (sqlite.org).