28 Commits

Author SHA1 Message Date
2c8b842f17 Add package initialization subcommand and package
All checks were successful
CI / release-test (push) Successful in 26s
2025-08-24 14:47:37 -07:00
0bc951748d Add a 'doc/links.txt' file 2025-08-24 14:44:22 -07:00
5a0ecdec1c Update go.mod with new cobra dependency
All checks were successful
CI / release-test (push) Successful in 13s
2025-08-24 11:38:24 -07:00
e888fe0ec1 Add main program with 'sqlite_lint' subcommand
Some checks failed
CI / release-test (push) Failing after 16s
2025-08-24 11:37:23 -07:00
c402c775a3 Add flowutils
All checks were successful
CI / release-test (push) Successful in 16s
2025-08-23 20:24:34 -07:00
87f5471b76 Add doc folder 2025-08-23 19:00:51 -07:00
7449e7dc10 Fix lint error
All checks were successful
CI / release-test (push) Successful in 16s
2025-08-23 18:57:13 -07:00
100b53d799 Add Schema definition changes to support the linter functions
Some checks failed
CI / release-test (push) Failing after 16s
2025-08-23 18:55:13 -07:00
8b422ada11 Add sqlite-lint to 'pkg/schema/lint'
Some checks failed
CI / release-test (push) Failing after 10s
2025-08-23 18:54:00 -07:00
a4de16a1dd Fix lint errors
All checks were successful
CI / release-test (push) Successful in 49s
2025-08-23 18:46:27 -07:00
53785b6e6e Add lint config and build step
Some checks failed
CI / release-test (push) Failing after 38s
2025-08-23 18:19:22 -07:00
8245f89305 Add parsing of schema indexes
All checks were successful
CI / release-test (push) Successful in 12s
2025-08-23 16:58:41 -07:00
e7f9934f03 SQL whitespace 2025-08-23 15:59:08 -07:00
14d395f0ea Tidy up the Table SQL interface a bit
All checks were successful
CI / release-test (push) Successful in 2m33s
2025-08-23 15:53:23 -07:00
754c21ab29 Move sql views to a .sql file 2025-08-23 14:10:57 -07:00
1b04b71d9d Rename go.mod module name according to git path
All checks were successful
CI / release-test (push) Successful in 6s
2025-07-12 12:29:28 -07:00
378b86b7f1 Move schema parsing to its own package
All checks were successful
CI / release-test (push) Successful in 4s
2025-07-12 11:46:50 -07:00
e7ee10deb1 Execute migrations in a transaction 2025-07-12 10:54:57 -07:00
3e164bcdfa Fix other test
All checks were successful
CI / release-test (push) Successful in 4s
2025-07-06 19:44:41 -07:00
3a65e346dd Fix broken tests
Some checks failed
CI / release-test (push) Failing after 4s
2025-07-06 19:43:49 -07:00
aa89a4ff1f Create DB management / versioning package
Some checks failed
CI / release-test (push) Failing after 7s
2025-07-06 19:34:10 -07:00
7d044062f7 Add snakeToCamel
All checks were successful
CI / release-test (push) Successful in 4s
2025-07-04 21:11:02 -07:00
04d5468dcd Add go.mod, go.sum, and a few others
Some checks failed
CI / release-test (push) Failing after 7s
2025-07-04 21:06:17 -07:00
51bdfc2732 Transfer token to envvar
Some checks failed
CI / release-test (push) Failing after 3s
2025-07-04 20:58:31 -07:00
e02c5f55c3 Print token
Some checks failed
CI / release-test (push) Failing after 3s
2025-07-04 20:56:36 -07:00
e6cfbfbbc3 Print env
Some checks failed
CI / release-test (push) Failing after 3s
2025-07-04 20:51:18 -07:00
db01d51bb9 Add v to version tag
Some checks failed
CI / release-test (push) Failing after 13s
2025-07-04 19:44:50 -07:00
654585256c Initial commit: create table, column and schemaparse
Some checks failed
CI / release-test (push) Failing after 4s
2025-07-04 19:42:30 -07:00