better-sqlite3-schema
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -14,3 +14,3 @@ /// <reference types="node" /> | ||
export declare function exportArchive(db: DBInstance, options?: { | ||
onLine: (line: string) => void; | ||
onLine?: (line: string) => void; | ||
skipTables?: string[]; | ||
@@ -17,0 +17,0 @@ }): void; |
{ | ||
"name": "better-sqlite3-schema", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Migrate (nested and multi-dimensional) json data to/from sqlite database with better-sqlite3-helper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
64379