Sqly Versions Save

sqly - eaisly execute SQL against CSV/TSV/LTSV/JSON and Microsoft Excel™ with shell.

v0.8.1

1 month ago
brew install nao1215/tap/sqly

Changelog

  • 507a59e Introduce homebrew
  • 1a82800 Merge pull request #58 from nao1215/homebrew
  • f2fb054 Update README.md

v0.8.0

1 month ago

Changelog

  • b5c3af4 :memo: Add @nao1215 as a contributor
  • 48b6bac Add benchmark and Update README
  • 739d102 Change SQLite3 driver from mattn/go-sqlite3 to modernc.org/sqlite (without cgo)
  • 7328a34 Fix
  • 643adca Fix reviewdog
  • 712a01a Fix reviewdog
  • 2e7bf42 Fix typo
  • 4f48ee1 Merge pull request #55 from nao1215/add-unit-test2
  • 7d639b8 Merge pull request #56 from nao1215/add/benchmark
  • bd0d7d5 Merge pull request #57 from nao1215/without-cgo
  • 8288f1b Update
  • b20be56 Update
  • 33434d4 Update
  • 17d5229 Update
  • d935c9a Update README.md
  • 4ee668f Update go version
  • 9abf5a5 Update infrastructure/persistence/excel_test.go

v0.7.0

1 month ago

Changelog

  • e3d9389 Bump golang.org/x/net from 0.21.0 to 0.23.0
  • 3e75a79 Fix coderabbit
  • d3aa3d2 Fix reviewdog
  • b2fb23f Merge pull request #53 from nao1215/feat/excel-format
  • 7d72f27 Merge pull request #54 from nao1215/dependabot/go_modules/golang.org/x/net-0.23.0
  • c8172f5 Support Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX)
  • 7c8cb10 Update README
  • 31089ab Update README.md

v0.6.5

1 month ago

New Feature

  • 4f81560 Introduce numerical sorting

Fix Bugs

  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.

Changelog

  • c3cd341 Add automerged workflows
  • 282b1e7 Add comment
  • 86405fe Add coverage badge
  • 6cbf62e Add switch case for int
  • 271d9a5 Bump actions/checkout from 3 to 4
  • ad756d6 Bump actions/setup-go from 3 to 5
  • a7bc4b2 Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • 24f6f94 Bump github.com/fatih/color from 1.14.1 to 1.15.0
  • f917dcd Bump github.com/fatih/color from 1.15.0 to 1.16.0
  • c7e607b Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d97acc1 Bump github.com/google/wire from 0.5.0 to 0.6.0
  • 3d9ef1c Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17
  • 6f9f76e Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18
  • 58095c0 Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19
  • b6ccb9e Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22
  • 2fd8d9a Bump github.com/nao1215/gorky from 0.2.0 to 0.2.1
  • 26d06b0 Bump goreleaser/goreleaser-action from 2 to 5
  • d4d2b13 Change golden pacakge import path
  • 77b9ba1 Delete .github/workflows/auto-merged.yml
  • 611b013 Fix broken test
  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.
  • ec8ed08 Fix reviewdog
  • 64a9547 Fix reviewdog
  • ac130ba Fix reviewdog: type assertion must be checked
  • 861a351 GitHub sponsors
  • 4f81560 Introduce numerical sorting
  • fa6e853 Introduce octocov
  • 428d1bf Maintain dependencies for GitHub Actions
  • 50fc519 Merge pull request #28 from nao1215/change-golden-package-import-path
  • bf2394d Merge pull request #29 from nao1215/dependabot/go_modules/github.com/fatih/color-1.14.1
  • 91e0153 Merge pull request #30 from nao1215/dependabot/go_modules/github.com/fatih/color-1.15.0
  • a4e8700 Merge pull request #31 from nao1215/dependabot/go_modules/github.com/nao1215/gorky-0.2.1
  • 64473f7 Merge pull request #32 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.17
  • 51e4622 Merge pull request #33 from nao1215/automerged
  • c14d2d0 Merge pull request #34 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.6.0
  • f313512 Merge pull request #35 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.18
  • 2d71c46 Merge pull request #36 from nao1215/dependabot/go_modules/github.com/fatih/color-1.16.0
  • e56cce3 Merge pull request #37 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.19
  • 857d03a Merge pull request #40 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.22
  • d502f08 Merge pull request #41 from nao1215/dependabot/go_modules/github.com/google/wire-0.6.0
  • c496b42 Merge pull request #44 from nao1215/introduce-octocov
  • 77836a3 Merge pull request #45 from nao1215/update-project-config-files
  • 270fd41 Merge pull request #46 from nao1215/fix/bug-issue42
  • a88f1f9 Merge pull request #47 from nao1215/fix/issue-43
  • 0d05d52 Merge pull request #48 from nao1215/ddl-with-type
  • f52124c Merge pull request #49 from nao1215/update-project
  • ef8d51c Merge pull request #50 from nao1215/dependabot/github_actions/goreleaser/goreleaser-action-5
  • d37b957 Merge pull request #51 from nao1215/dependabot/github_actions/actions/setup-go-5
  • c23bf9e Merge pull request #52 from nao1215/dependabot/github_actions/actions/checkout-4
  • 4790d18 Update
  • f918ee9 Update
  • 6040f3d Update
  • 1c2c8f0 Update
  • 670e1a4 Update
  • c4eeddc Update auto-merged.yml
  • 4dc702a Update project config

v0.5.2

1 year ago

Changelog

  • 9bfd8ac Add basic unit test
  • aac4c07 Add basic unit test for shell
  • 3ec6e76 Add coverage workflow
  • a2bf9e7 Add error check
  • 46de918 Add unit test for argument parse
  • 0e38803 Add unit test for config
  • 3a7ee7f Add unit test for csv model
  • 91c31c1 Add unit test for db
  • 1e48a6f Add unit test for exit command and utility
  • 7da37f9 Add unit test for history model
  • b073f12 Add unit test for json model
  • 8a1e1d5 Add unit test for ltsv model
  • f607999 Add unit test for main package
  • ee11cd5 Add unit test for output mode
  • 58c14ae Add unit test for shell package
  • 934f3dd Add unit test for table
  • 717bd5e Add unit test for tsv model
  • 2d2e7ed Bump github.com/google/go-cmp from 0.2.0 to 0.5.9
  • bb3a704 Change from reflect package to go-cmp
  • 1912742 Change golden test package from goldie to golden
  • bc21a95 Change reflect package to go-cmp package
  • 69ae19b Change test case for windows
  • 8a1e6b0 Fix reviewdog point: S1039: unnecessary use of fmt.Sprintf (gosimple)
  • 4e6f366 Merge pull request #21 from nao1215/add-unit-test
  • d0cca59 Merge pull request #23 from nao1215/add-completion-and-unittest
  • 2d10db5 Merge pull request #24 from nao1215/add-unit-test-model
  • 941c642 Merge pull request #25 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.5.9
  • d6d2e33 Merge pull request #26 from nao1215/add-unit-test-for-shell
  • b1b9a33 Merge pull request #27 from nao1215/add-unit-test-for-infra
  • c2600bf Not execute test in windows: goldie not support ?
  • 89180f8 Split platform unit test
  • 30967d0 There is a bug in Windows that prevents temporary files from being deleted. Therefore, the way to create temporary files was changed.
  • 430b7e2 Update nao1215/golden package for windows test
  • bbfd71f add unit test for infra package

v0.5.1

1 year ago

Changelog

  • d0cc94a Add sqlite3 syntax completion
  • b146cf8 Merge pull request #22 from nao1215/add-completion-sql
  • a8e48a0 Update
  • cfeaa1f Update README.md
  • 8d7f902 Update README.md

v0.5.0

1 year ago

Changelog

  • 4d9c6fd Add check mark at "print markdown format"
  • f5f8c48 Add featuer thar print date by markdown table format
  • b8e710a Add tsv file output mode
  • 4a2d545 Added sqly command argument to input completion
  • ce57864 Feat dump table data in ltsv format
  • af0f3cd Feat import ltsv
  • 72c150d Feat output table data to file in json format
  • 047a15e Fix typo
  • 9db79a7 Merge pull request #18 from nao1215/feat-import-ltsv
  • 2ea9e0b Merge pull request #19 from nao1215/add-markdown-format
  • 3dafb16 Merge pull request #20 from nao1215/feat-dump-tsv-ltsv-json
  • 4ca5c6e Update readme
  • 1e19c95 Update readme and fix help message

v0.4.0

1 year ago

Changelog

  • 13d75a1 Feat import tsv and print tsv format
  • b23c917 Merge pull request #17 from nao1215/feat-import-tsv
  • b298074 Update description for tsv

v0.3.1

1 year ago

Changelog

  • 949eb6d Add darwin and windows release
  • b017a58 Add issue at README
  • 7fb2cb4 Cross compile sqly
  • 23f2b34 Fix panic bug when reading files without extension
  • 4e877bd Merge pull request #15 from nao1215/fix-panic-bug
  • 9f2ed4a Print error if table header column has duplicate names
  • 1a5d1e4 Revert change because cross compile is fail

v0.3.0

1 year ago

Changelog

  • bbafe93 Add .mode command
  • 53ca114 Add description for json format
  • 6933c28 Add json import feature
  • 4907f4f Add sample data
  • a09d77c Explained that conversion between csv and json is possible
  • 14e8959 Fixed a problem that slowed down input to prompts when the number of records increased
  • 880c7e6 Merge pull request #13 from nao1215/fix-input-delays-when-increasing-records
  • 667f08f Merge pull request #14 from nao1215/feat-import-json