|
|
|
|
|
by lultimouomo
2734 days ago
|
|
>> The only way to read an SQLite file is using SQLite > This part unfortunately isn't a position, it's absolute. It's also false. I know of SQLJet which is a pure java implementation, there may be others. But in the end, the SQLite format being well defined and documented [1], a sure-fire way to read an SQLite file is writing the code to read an SQLite file.
Since SQLite a rock-solid, public domain, portable C library, it might not be the best idea to do that, but it is completely feasible. No one stops you from "implementing whatever minimal hack is necessary to finish your job" while using the SQLite format. [0] https://sqljet.com [1] https://www.sqlite.org/fileformat.html |
|