Releases: schollz/sqlite3dump
Releases · schollz/sqlite3dump
v1.3.1
Compare
Sorry, something went wrong.
No results found
Merge pull request #3 from sthielo/reduce_mem_consumption_large_tables
Reduce memory consumption dumping large tables
v1.3.0
Compare
Sorry, something went wrong.
No results found
Add additional useful dump options, which also can be combined together:
WithMigration - replacement for Migrate method.
WithDropIfExists - Adds DROP x IF EXISTS statement, which is useful for backup/restore use-cases,
WithTransaction - Adds or removes transaction statements, useful if script should be ran by Go code and already runs as a part of transaction.
thanks @x1unix !!
v1.2.4
Compare
Sorry, something went wrong.
No results found
check type instead of hack
v1.2.3
Compare
Sorry, something went wrong.
No results found
try/catch for []uint8 or string in the column names 63923af
v1.2.2
Compare
Sorry, something went wrong.
No results found
fix bug with string vs uint8
v1.2.1
Compare
Sorry, something went wrong.
No results found
add go.mod
v1.2.0
Compare
Sorry, something went wrong.
No results found
dump migrate db
v1.1.0
Compare
Sorry, something went wrong.
No results found
Rename package to sqlite3dump
v1.0.0
Compare
Sorry, something went wrong.
No results found
Consistent naming