x1unix / sqlite3dump

A Golang library for dumping SQL text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlitedump
Code Coverage Code Coverage

This is a Golang port of Python's sqlite3 .iterdump() command. This is written to use mattn/go-sqlite3. Both are supposed to be functionally equivalent to sqlite3 DATABASE .dump.

There is also a command-line tool that you can use.

$ go get github.com/schollz/sqlite3dump/...
$ sqlite3dump database.db > database.sql

License

MIT

About

A Golang library for dumping SQL text


Languages

Language:Go 100.0%