E
E
Evgeny Marchenko2014-12-26 20:04:44
SQLite
Evgeny Marchenko, 2014-12-26 20:04:44

How to parse sqlite?

There is a desire to write a module that converts the sqlite3 base to txt \ xml. I don’t consider the option of using the standard sqlite3 DLL, I can’t look at the source in C, there are a lot of things there, and I only need a hex structure, and C is not mine. The first 100 bytes of the header are simple, everything is clear, then stuck. I can't get the offset in bytes to the entries in the table, plus I need to determine the type of the entry. Where can I see in detail how everything is arranged there?
There is documentation on the official site of sqlite3, everything is painfully twisted there.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2014-12-26
@NeiroNx

If everything is so twisted - then use the appropriate driver. I would use Python - in linux it is often set by default and the sqlite3 driver is in the standard kits.

E
Egor Kazantsev, 2014-12-26
@saintbyte

I have bad advice for you - try bash =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question