We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a947cc8 commit 5fc3392Copy full SHA for 5fc3392
avro/builder.go renamed to export/avro/builder.go
avro/schema.go renamed to export/avro/schema.go
sqlize.go
@@ -7,7 +7,7 @@ import (
7
"path/filepath"
8
9
_ "github.com/pingcap/parser/test_driver" // driver parser
10
- "github.com/sunary/sqlize/avro"
+ "github.com/sunary/sqlize/export/avro"
11
sql_builder "github.com/sunary/sqlize/sql-builder"
12
sql_parser "github.com/sunary/sqlize/sql-parser"
13
sql_templates "github.com/sunary/sqlize/sql-templates"
0 commit comments