Commit graph

59 commits

Author SHA1 Message Date
4474319e73
Bulk replace project references in go code 2026-05-09 01:43:40 +00:00
go-jet
7f215544d5 Test fix. 2026-01-22 12:13:39 +01:00
go-jet
0585cd1949 Increment jet generator version. 2025-10-18 15:01:45 +02:00
Carson Krueger
d3f8754cbf add CamelToSnake 2025-08-07 08:48:53 -06:00
Carson Krueger
ede9118a9a fix json tags for view models 2025-08-04 22:20:29 -06:00
Carson Krueger
ba65c2ab0c add json tag support 2025-08-03 19:34:31 -06:00
SanjaiyKumar
b0636c27ca Renamed templateFilter allow property to ignore. Dropped the allow word from the vairbales. 2025-06-26 18:05:46 +05:30
SanjaiyKumar
85fdfb01b3 Renamed new flags name '-tables', '-views', and '-enums'. 2025-06-24 14:09:30 +05:30
SanjaiyKumar
dbfcec7fbe Renamed new flags '-allow-tables', '-allow-views', and '-allow-enums' description. 2025-06-18 16:08:51 +05:30
SanjaiyKumar
c35892320d Added unit test cases for the new flags '-allow-tables', '-allow-views', and '-allow-enums'. 2025-06-18 16:02:36 +05:30
SanjaiyKumar
bfb02acb43 Added new flags '-allow-tables', '-allow-views', and '-allow-enums' for whitelisting the tables, views, and enums while generate command. 2025-06-18 00:13:18 +05:30
Josh Kaplinsky
436a72ae5c
feat: skip model and sql gen options in cli 2025-04-10 09:02:23 -04:00
go-jet
34ee39ca2a Upgrade jet generator version. 2025-03-13 13:37:27 +01:00
go-jet
33c1d9e663 Reintroduce Uint64 literal constructor for postgres dialect. 2025-03-04 19:57:42 +01:00
Jamius Siam
71ae4ed2e0 Fixed flag usage info 2024-11-26 16:37:42 +06:00
Jamius Siam
d22f3cff3d Fixed flag names 2024-11-26 15:48:36 +06:00
Jamius Siam
cab3cc63bf Replace path package with filepath 2024-11-26 15:40:34 +06:00
Jamius Siam
d6f1f28db8 Fixed cross-platform path compatibility 2024-11-24 21:41:52 +06:00
Jamius Siam
5add82eacb Refactored CLI arguments 2024-11-23 00:32:44 +06:00
Jamius Siam
94412b797c Added package name CLI flags for Model, Table, View and Enum 2024-11-22 21:15:09 +06:00
go-jet
c30a3507e3 Fix build. 2024-10-07 20:23:25 +02:00
go-jet
093f895db2 Fix failing test. 2024-07-03 11:56:59 +02:00
go-jet
39de87671e Additional tests for 'ON CONFLICT DO NOTHING without conflict target does not appear in generated SQL' bug. 2024-03-24 13:02:23 +01:00
go-jet
a2eb15e566 Update jet version. 2023-07-24 10:46:57 +02:00
kvii
5f8af89721
Update main.go
Do you want say "dsn"? I don't know if "dns" is right.
2023-07-24 11:52:43 +08:00
go-jet
d7a5adb239 Break utils package into subpackages. 2023-07-21 14:11:31 +02:00
go-jet
06ecd73f67 Improve generator error handling 2023-07-21 13:20:44 +02:00
go-jet
b38b63d804 Add support for automatic jet version update. 2023-07-20 13:18:35 +02:00
go-jet
c38d2fd2c3 Update README.md 2022-05-16 11:51:47 +02:00
go-jet
29c523f381 Generator code cleanup. 2022-05-13 13:45:41 +02:00
Nikita Konin
971e2df442 fix -ignore-tables, -ignore-enums and -ignore-views when -dsn is present 2022-04-13 20:47:56 +03:00
go-jet
50a1e2f45c Update generator usage. 2022-01-20 16:54:53 +01:00
go-jet
04c14f29bf Add option for generator to ignore tables, views or enums. 2022-01-15 17:43:25 +01:00
go-jet
a50d89ff9d Add test for - Special characters are not working in postgres password(for generator)
https://github.com/go-jet/jet/issues/95
2021-10-22 18:08:05 +02:00
go-jet
51cad22809 Add jet generator support for SQLite 2021-10-21 13:21:01 +02:00
vetcher
b31464e491 Review fixes 2021-09-02 11:29:55 +02:00
vetcher
5b7c34e333 Connection via DSN 2021-09-02 11:29:55 +02:00
go-jet
8a283bea25 Update jet generator version 2021-05-16 19:19:27 +02:00
go-jet
2ada2ff69b Add go mod support. 2020-06-27 18:48:19 +02:00
go-jet
b8d1f97cf5 Update generator version. 2020-05-31 20:15:17 +02:00
go-jet
a893dfba44 Update README. 2019-08-19 10:40:34 +02:00
go-jet
bc2e8aca42 Update README. 2019-08-18 16:42:51 +02:00
go-jet
a657b76bef The rest of linter errors. 2019-08-17 18:32:01 +02:00
go-jet
91dc633b45 Generator clean up. 2019-08-14 12:50:31 +02:00
go-jet
23fd973699 Package structure refactor. 2019-08-03 14:10:47 +02:00
go-jet
bffa102849 MySQL execution and scan support. 2019-07-29 18:08:53 +02:00
go-jet
5dda5e1e11 Generic dialect support. (MySQL and Postgres) 2019-07-28 14:57:02 +02:00
go-jet
043a0dc4c0 MySQL generator support. 2019-07-27 10:40:30 +02:00
go-jet
31ec532b6d Additional generator tests. 2019-07-19 12:39:10 +02:00
go-jet
556578cec9 Additional documentation for sub packages. 2019-07-18 18:42:03 +02:00