v0.0.1
Changelog
- 4fd1370 Create go.yml
- 6818f84 Initial commit
- 81a90fc Merge branch 'main' of github.com:seipan/csql
- de1b9f7 Merge branch 'main' of github.com:seipan/csql
- 18fc981 Merge branch 'main' of https://github.com/seipan/csql
- ccd4b2e Update README.md
- e40ed2b Update README.md
- 7b2f869 Update README.md
- 8deec71 Update README.md
- ced2330 Update README.md
- ed2fb89 chore(ci) : update go.yml
- ec64353 chore(query) : newInserter Argment
- 644aa71 feat : change directory structure
- 67508fc feat : csv read
- c30814a feat : dir init
- 8b81829 feat : get table shema from csv
- 86788b6 feat : go mod tidy
- 8aaf80e feat : licsence
- e48c3c8 feat : licsence
- f2dd216 feat : liscence
- 47d5f52 feat : logo
- 3510d98 feat : read yml
- d9caefc feat : some test code
- e6533b7 feat : test code
- 8fc6f1a feat : testdata
- 613630a feat : yml test code
- 8919e8f feat(ci) : code ql
- 13059e9 feat(ci) : release.yml
- f5f1308 feat(cli) : command option
- de41c2f feat(cmd) : cmd Complete
- 592749a feat(csv) : CSVFormatExec method
- 0f3752e feat(csv) : csv format check method
- bc5eb2e feat(csv) : test of csvFormat
- 9165181 feat(db) : Add TestQueryExec
- 8c83d2d feat(db) : InsertExec
- 0b41d11 feat(db) : NewSQL.DB method
- 74a5644 feat(db) : QueryExec func
- 60bd67d feat(db) : newSQLinserter method
- 02889ca feat(lib) : Add yaml parser
- f1bbddf feat(query) : Add mysql sqlite psql mariadb QueryInserter
- 358a5f0 feat(query) : insert method
- edbef28 fix : read yml
- ba8f260 fix(ci) : remove codeQL
- 438c2bb fix(ci) : remove lint
- a284630 tests(lib/db) : Add TestNewSQLInserter code