Skip to content

database-specific commands like SQLite .dump #2711

Answered by weiznich
0xBrian asked this question in Q&A
Discussion options

You must be logged in to vote

Commands like .dump are implemented as part of the sqlite3 command line tool and not as part of libsqlite3. Diesel depends on libsqlite3, not on the command line tool. That means diesel has no access to this functionality.
That written: As the command line tool uses libsqlite3 internally it should be possible to implement a similar functionality on top of that library (and on top of diesel).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@0xBrian
Comment options

Answer selected by 0xBrian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants