Skip to content

A Golang library for dumping SQL text

Notifications You must be signed in to change notification settings

x1unix/sqlite3dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 100.0%