C
C
calculator2122021-01-27 12:25:51
SQLite
calculator212, 2021-01-27 12:25:51

Is it possible to convert sqlite database to sql script without sqlite3?

Let's say that there is some kind of foo.db, can I take a library that can issue an sql dump script for the database itself, or can this be done only using sqlite?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-01-27
@calculator212

Sqlite is the library. Connect and dump to health.
sqlite3 is just a console for executing commands. However, it can also be called by passing parameters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question