Skip to content

Releases: schollz/sqlite3dump

v1.3.1

Choose a tag to compare

@schollz schollz released this 20 Oct 21:27
ccea9e8
Merge pull request #3 from sthielo/reduce_mem_consumption_large_tables

Reduce memory consumption dumping large tables

v1.3.0

Choose a tag to compare

@schollz schollz released this 16 Jun 16:15

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

Choose a tag to compare

@schollz schollz released this 04 May 14:09
check type instead of hack

v1.2.3

Choose a tag to compare

@schollz schollz released this 04 May 04:22

try/catch for []uint8 or string in the column names 63923af

v1.2.2

Choose a tag to compare

@schollz schollz released this 26 Feb 20:55
  • fix bug with string vs uint8

v1.2.1

Choose a tag to compare

@schollz schollz released this 07 Sep 15:14
add go.mod

v1.2.0

Choose a tag to compare

@schollz schollz released this 28 Aug 02:05
dump migrate db

v1.1.0

Choose a tag to compare

@schollz schollz released this 07 May 12:41
Rename package to sqlite3dump

v1.0.0

Choose a tag to compare

@schollz schollz released this 28 Mar 05:27
7cecef7
Consistent naming